Shades of Fire Brick #AF2A16
Tints of Fire Brick #AF2A16
RGB
CMYK
RGB Variations
Color information
#AF2A16 (or 0xAF2A16) is known color: Fire Brick. HEX triplet: AF, 2A and 16. RGB value is (175,42,22). Sum of RGB (Red+Green+Blue) = 175+42+22=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2A16 is #50D5E9. Grayscale: #4F4F4F. Windows color (decimal): -5297642 or 1452719. OLE color: 1452719.
HSL color Cylindrical-coordinate representation of color #AF2A16: hue angle of 7.84º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF2A16 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 22 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.31 |
| HSL | 7.84º | 0.78% | 0.39% | - |
| HSV(B) | 7.84º | 0.87% | 0.69% | - |
| XYZ | 18.65 | 10.83 | 1.87 | - |
| YUV | 79.49 | 95.56 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 22 | 0 | 0.76 | 0.87 | 0.31 | 7.84 | 0.78 | 0.39 |
| Hex | AF | 2A | 16 | 0 | 4C | 57 | 1F | 8 | 4E | 27 |
| Octal | 257 | 52 | 26 | 0 | 114 | 127 | 37 | 10 | 116 | 47 |
| Binary | 10101111 | 101010 | 10110 | 0 | 1001100 | 1010111 | 11111 | 1000 | 1001110 | 100111 |
Color Harmonies of #AF2A16
Complementary color
Monochromatic Colors of #AF2A16
Black with #AF2A16
Text Example
Text Example
White with #AF2A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A16; }
p { color: rgb(175,42,22); }
H1.HeaderClassName
{
color: #AF2A16;
}
.AnyTagClassName
{
color: #AF2A16;
}
</style>
background-color css
<style>
a { background-color: #AF2A16; }
a { background-color: rgb(175,42,22); }
div.DivClassName
{
background-color: #AF2A16;
}
.BgClassName
{
background-color: #AF2A16;
}
</style>
border-color css
<style>
span { border-color: #AF2A16; }
span { border-color: rgb(175,42,22); }
td.TdClassName
{
border-color: #AF2A16;
}
.TagClassName
{
border-color: #AF2A16;
}
</style>