Shades of Fire Brick #AF1908
Tints of Fire Brick #AF1908
RGB
CMYK
RGB Variations
Color information
#AF1908 (or 0xAF1908) is known color: Fire Brick. HEX triplet: AF, 19 and 08. RGB value is (175,25,8). Sum of RGB (Red+Green+Blue) = 175+25+8=208 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.13% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1908 is #50E6F7. Grayscale: #444444. Windows color (decimal): -5302008 or 530863. OLE color: 530863.
HSL color Cylindrical-coordinate representation of color #AF1908: hue angle of 6.11º 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 #AF1908 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 8 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.31 |
| HSL | 6.11º | 0.91% | 0.36% | - |
| HSV(B) | 6.11º | 0.95% | 0.69% | - |
| XYZ | 18.07 | 9.83 | 1.17 | - |
| YUV | 67.91 | 94.2 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 8 | 0 | 0.86 | 0.95 | 0.31 | 6.11 | 0.91 | 0.36 |
| Hex | AF | 19 | 8 | 0 | 56 | 5F | 1F | 6 | 5B | 24 |
| Octal | 257 | 31 | 10 | 0 | 126 | 137 | 37 | 6 | 133 | 44 |
| Binary | 10101111 | 11001 | 1000 | 0 | 1010110 | 1011111 | 11111 | 110 | 1011011 | 100100 |
Color Harmonies of #AF1908
Complementary color
Monochromatic Colors of #AF1908
Black with #AF1908
Text Example
Text Example
White with #AF1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1908; }
p { color: rgb(175,25,8); }
H1.HeaderClassName
{
color: #AF1908;
}
.AnyTagClassName
{
color: #AF1908;
}
</style>
background-color css
<style>
a { background-color: #AF1908; }
a { background-color: rgb(175,25,8); }
div.DivClassName
{
background-color: #AF1908;
}
.BgClassName
{
background-color: #AF1908;
}
</style>
border-color css
<style>
span { border-color: #AF1908; }
span { border-color: rgb(175,25,8); }
td.TdClassName
{
border-color: #AF1908;
}
.TagClassName
{
border-color: #AF1908;
}
</style>