Shades of Fire Brick #AF1608
Tints of Fire Brick #AF1608
RGB
CMYK
RGB Variations
Color information
#AF1608 (or 0xAF1608) is known color: 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
| RGB | 175 | 22 | 8 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.31 |
| HSL | 5.03º | 0.91% | 0.36% | - |
| HSV(B) | 5.03º | 0.95% | 0.69% | - |
| XYZ | 18.01 | 9.71 | 1.15 | - |
| YUV | 66.15 | 95.19 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 8 | 0 | 0.87 | 0.95 | 0.31 | 5.03 | 0.91 | 0.36 |
| Hex | AF | 16 | 8 | 0 | 57 | 5F | 1F | 5 | 5B | 24 |
| Octal | 257 | 26 | 10 | 0 | 127 | 137 | 37 | 5 | 133 | 44 |
| Binary | 10101111 | 10110 | 1000 | 0 | 1010111 | 1011111 | 11111 | 101 | 1011011 | 100100 |
Color Harmonies of #AF1608
Complementary color
Monochromatic Colors of #AF1608
Black with #AF1608
Text Example
Text Example
White with #AF1608
Text Example
Text Example
HTML Codes & Css Web 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>