#AF120E

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

Shades of Fire Brick #AF120E

Tints of Fire Brick #AF120E

Color information

#AF120E (or 0xAF120E) is unknown color: approx Fire Brick. HEX triplet: AF, 12 and 0E. RGB value is (175,18,14). Sum of RGB (Red+Green+Blue) = 175+18+14=207 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.54% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 175 - color contains mainly: red. Hex color #AF120E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF120E is #50EDF1. Grayscale: #404040. Windows color (decimal): -5303794 or 922287. OLE color: 922287.

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

Color convert

RGB1751814-
CMYK00.900.920.31
HSL1.49º85.19%37.06%-
HSV(B)1.49º92%68.63%-
XYZ17.979.581.32-
YUV64.4999.51206.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 84.54%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 14 (5.86% from 255) = 6.76%
R=84.54%
G=8.70%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175181400.900.920.311.4985.1937.06
HexAF12E05A5C1F15525
Octal2572216013213437112545
Binary101011111001011100101101010111001111111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF120E; }

 p { color: rgb(175,18,14); }

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

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

 a { background-color: rgb(175,18,14); }

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

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

 span { border-color: rgb(175,18,14); }

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