Shades of Fire Brick #AF2000
Tints of Fire Brick #AF2000
RGB
CMYK
RGB Variations
Color information
#AF2000 (or 0xAF2000) is known color: Fire Brick. HEX triplet: AF, 20 and 00. RGB value is (175,32,0). Sum of RGB (Red+Green+Blue) = 175+32+0=207 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.54% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2000 is #50DFFF. Grayscale: #474747. Windows color (decimal): -5300224 or 8367. OLE color: 8367.
HSL color Cylindrical-coordinate representation of color #AF2000: hue angle of 10.97º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF2000 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.31 |
| HSL | 10.97º | 1% | 0.34% | - |
| HSV(B) | 10.97º | 1% | 0.69% | - |
| XYZ | 18.2 | 10.15 | 1 | - |
| YUV | 71.11 | 87.88 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 0 | 0 | 0.82 | 1 | 0.31 | 10.97 | 1 | 0.34 |
| Hex | AF | 20 | 0 | 0 | 52 | 64 | 1F | B | 64 | 22 |
| Octal | 257 | 40 | 0 | 0 | 122 | 144 | 37 | 13 | 144 | 42 |
| Binary | 10101111 | 100000 | 0 | 0 | 1010010 | 1100100 | 11111 | 1011 | 1100100 | 100010 |
Color Harmonies of #AF2000
Complementary color
Monochromatic Colors of #AF2000
Black with #AF2000
Text Example
Text Example
White with #AF2000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2000; }
p { color: rgb(175,32,0); }
H1.HeaderClassName
{
color: #AF2000;
}
.AnyTagClassName
{
color: #AF2000;
}
</style>
background-color css
<style>
a { background-color: #AF2000; }
a { background-color: rgb(175,32,0); }
div.DivClassName
{
background-color: #AF2000;
}
.BgClassName
{
background-color: #AF2000;
}
</style>
border-color css
<style>
span { border-color: #AF2000; }
span { border-color: rgb(175,32,0); }
td.TdClassName
{
border-color: #AF2000;
}
.TagClassName
{
border-color: #AF2000;
}
</style>