#af180c

Color #AF180C Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #AF180C

Tints of Fire Brick #AF180C

Color information

#AF180C (or 0xAF180C) is unknown color: approx Fire Brick. HEX triplet: AF, 18 and 0C. RGB value is (175,24,12). Sum of RGB (Red+Green+Blue) = 175+24+12=211 (27% of max value = 765). Red value is 175 (68.75% from 255 or 82.94% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 175 - color contains mainly: red. Hex color #AF180C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF180C is #50E7F3. Grayscale: #434343. Windows color (decimal): -5302260 or 792751. OLE color: 792751.

HSL color Cylindrical-coordinate representation of color #AF180C: hue angle of 4.42º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF180C is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB1752412-
CMYK00.860.930.31
HSL4.42º87.17%36.67%-
HSV(B)4.42º93.14%68.63%-
XYZ18.079.791.29-
YUV67.7896.53204.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 82.94%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 12 (5.08% from 255) = 5.69%
R=82.94%
G=11.37%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175241200.860.930.314.4287.1736.67
HexAF18C0565D1F45725
Octal2573014012613537412745
Binary10101111110001100010101101011101111111001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af180c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af180c; }

 p { color: rgb(175,24,12); }

 H1.HeaderClassName
 {
   color: #af180c;
 }
 .AnyTagClassName
 {
   color: #af180c;
 }
</style>
background-color css

<style>
 a { background-color: #af180c; }

 a { background-color: rgb(175,24,12); }

 div.DivClassName
 {
   background-color: #af180c;
 }
 .BgClassName
 {
   background-color: #af180c;
 }
</style>
border-color css

<style>
 span { border-color: #af180c; }

 span { border-color: rgb(175,24,12); }

 td.TdClassName
 {
   border-color: #af180c;
 }
 .TagClassName
 {
   border-color: #af180c;
 }
</style>