#AF1A0C

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

Shades of Fire Brick #AF1A0C

Tints of Fire Brick #AF1A0C

Color information

#AF1A0C (or 0xAF1A0C) is unknown color: approx Fire Brick. HEX triplet: AF, 1A and 0C. RGB value is (175,26,12). Sum of RGB (Red+Green+Blue) = 175+26+12=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1A0C is #50E5F3. Grayscale: #454545. Windows color (decimal): -5301748 or 793263. OLE color: 793263.

HSL color Cylindrical-coordinate representation of color #AF1A0C: hue angle of 5.15º 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 #AF1A0C is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB1752612-
CMYK00.850.930.31
HSL5.15º87.17%36.67%-
HSV(B)5.15º93.14%68.63%-
XYZ18.119.881.3-
YUV68.9595.86203.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 82.16%
GREEN value IS 26 (10.55% from 255) = 12.21%
BLUE value IS 12 (5.08% from 255) = 5.63%
R=82.16%
G=12.21%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175261200.850.930.315.1587.1736.67
HexAF1AC0555D1F55725
Octal2573214012513537512745
Binary10101111110101100010101011011101111111011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1A0C; }

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

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

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

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

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

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

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

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