#AF1608

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

Shades of Fire Brick #AF1608

Tints of Fire Brick #AF1608

Color information

#AF1608 (or 0xAF1608) is unknown color: approx Fire Brick. HEX triplet: AF, 16 and 08. RGB value is (175,22,8). Sum of RGB (Red+Green+Blue) = 175+22+8=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1608 is #50E9F7. Grayscale: #424242. Windows color (decimal): -5302776 or 530095. OLE color: 530095.

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

Color convert

RGB175228-
CMYK00.870.950.31
HSL5.03º91.26%35.88%-
HSV(B)5.03º95.43%68.63%-
XYZ18.019.711.15-
YUV66.1595.19205.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 85.37%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 8 (3.52% from 255) = 3.90%
R=85.37%
G=10.73%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17522800.870.950.315.0391.2635.88
HexAF1680575F1F55b24
Octal2572610012713737513344
Binary10101111101101000010101111011111111111011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1608; }

 p { color: rgb(175,22,8); }

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

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

 a { background-color: rgb(175,22,8); }

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

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

 span { border-color: rgb(175,22,8); }

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