Shades of Fire Brick #AF2008
Tints of Fire Brick #AF2008
RGB
CMYK
RGB Variations
Color information
#AF2008 (or 0xAF2008) is known color: Fire Brick. HEX triplet: AF, 20 and 08. RGB value is (175,32,8). Sum of RGB (Red+Green+Blue) = 175+32+8=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2008 is #50DFF7. Grayscale: #484848. Windows color (decimal): -5300216 or 532655. OLE color: 532655.
HSL color Cylindrical-coordinate representation of color #AF2008: hue angle of 8.62º 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 #AF2008 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 8 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.31 |
| HSL | 8.62º | 0.91% | 0.36% | - |
| HSV(B) | 8.62º | 0.95% | 0.69% | - |
| XYZ | 18.24 | 10.16 | 1.23 | - |
| YUV | 72.02 | 91.88 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 8 | 0 | 0.82 | 0.95 | 0.31 | 8.62 | 0.91 | 0.36 |
| Hex | AF | 20 | 8 | 0 | 52 | 5F | 1F | 9 | 5B | 24 |
| Octal | 257 | 40 | 10 | 0 | 122 | 137 | 37 | 11 | 133 | 44 |
| Binary | 10101111 | 100000 | 1000 | 0 | 1010010 | 1011111 | 11111 | 1001 | 1011011 | 100100 |
Color Harmonies of #AF2008
Complementary color
Monochromatic Colors of #AF2008
Black with #AF2008
Text Example
Text Example
White with #AF2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2008; }
p { color: rgb(175,32,8); }
H1.HeaderClassName
{
color: #AF2008;
}
.AnyTagClassName
{
color: #AF2008;
}
</style>
background-color css
<style>
a { background-color: #AF2008; }
a { background-color: rgb(175,32,8); }
div.DivClassName
{
background-color: #AF2008;
}
.BgClassName
{
background-color: #AF2008;
}
</style>
border-color css
<style>
span { border-color: #AF2008; }
span { border-color: rgb(175,32,8); }
td.TdClassName
{
border-color: #AF2008;
}
.TagClassName
{
border-color: #AF2008;
}
</style>