Shades of Fire Brick #AF2004
Tints of Fire Brick #AF2004
RGB
CMYK
RGB Variations
Color information
#AF2004 (or 0xAF2004) is known color: Fire Brick. HEX triplet: AF, 20 and 04. RGB value is (175,32,4). Sum of RGB (Red+Green+Blue) = 175+32+4=211 (27% of max value = 765). Red value is 175 (68.75% from 255 or 82.94% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2004 is #50DFFB. Grayscale: #474747. Windows color (decimal): -5300220 or 270511. OLE color: 270511.
HSL color Cylindrical-coordinate representation of color #AF2004: hue angle of 9.82º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF2004 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.31 |
| HSL | 9.82º | 0.96% | 0.35% | - |
| HSV(B) | 9.82º | 0.98% | 0.69% | - |
| XYZ | 18.22 | 10.16 | 1.11 | - |
| YUV | 71.57 | 89.88 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 4 | 0 | 0.82 | 0.98 | 0.31 | 9.82 | 0.96 | 0.35 |
| Hex | AF | 20 | 4 | 0 | 52 | 62 | 1F | A | 60 | 23 |
| Octal | 257 | 40 | 4 | 0 | 122 | 142 | 37 | 12 | 140 | 43 |
| Binary | 10101111 | 100000 | 100 | 0 | 1010010 | 1100010 | 11111 | 1010 | 1100000 | 100011 |
Color Harmonies of #AF2004
Complementary color
Monochromatic Colors of #AF2004
Black with #AF2004
Text Example
Text Example
White with #AF2004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2004; }
p { color: rgb(175,32,4); }
H1.HeaderClassName
{
color: #AF2004;
}
.AnyTagClassName
{
color: #AF2004;
}
</style>
background-color css
<style>
a { background-color: #AF2004; }
a { background-color: rgb(175,32,4); }
div.DivClassName
{
background-color: #AF2004;
}
.BgClassName
{
background-color: #AF2004;
}
</style>
border-color css
<style>
span { border-color: #AF2004; }
span { border-color: rgb(175,32,4); }
td.TdClassName
{
border-color: #AF2004;
}
.TagClassName
{
border-color: #AF2004;
}
</style>