Color Hex Logo

#af130c Color Hex

#AF130C
(175,19,12)
1 Favorites   0 Comments

Color spaces of #af130c

RGB 1751912
HSL0.010.870.37
HSV93°69°
CMYK 0.000.890.93   0.31
XYZ17.97849.60621.2544
Yxy9.60620.62340.3331
Hunter Lab30.993949.302019.2961
CIE-Lab37.126258.024846.4263

#af130c color RGB value is (175,19,12).

#af130c hex color red value is 175, green value is 19 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #af130c hue: 0.01 , saturation: 0.87 and the lightness value of af130c is 0.37.

The process color (four color CMYK) of #af130c color hex is 0.00, 0.89, 0.93, 0.31. Web safe color of #af130c is #990000. Color #af130c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010011 00001100
Octal 257 23 14
Decimal 175 19 12
Hex AF 13 C

RGB Percentages of Color #af130c

%84.95
%9.22
%5.83

CMYK Percentages of Color #af130c

%0
%89
%93
%31

Triadic Colors of #af130c

#af130c #0caf13 #130caf

Analogous Colors of #af130c

#af130c #af650c #af0c56

Monochromatic Colors of #af130c

#af130c

Complementary Color

#af130c #0ca8af

#af130c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af130c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af130c Color CSS Codes

.mybgcolor {background-color:#af130c; } 
.myforecolor {color:#af130c; }
.mybordercolor {border:3px solid #af130c; }

#af130c Text Font Color

<p style="color:#af130c">Text here</p>

This sample text font color is #af130c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af130c Background Color

<div style="background-color:#af130c">
Div content here</div>

This div background color is #af130c


#af130c Border Color

<div style="border:3px solid #af130c">
Div here</div>

This div border color is #af130c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,19,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af130c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af130c;
  -webkit-box-shadow: 1px 1px 3px 2px #af130c;
  box-shadow:         1px 1px 3px 2px #af130c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,19,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af130c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af130c;
  -webkit-box-shadow: 1px 1px 3px 2px #af130c;
  box-shadow:         1px 1px 3px 2px #af130c;">
Div content here</div>

This div box has shadow with color #af130c


Comments

No comments written yet.

Please login to write comment.