Shades of Fire Brick #AF2D16
Tints of Fire Brick #AF2D16
RGB
CMYK
RGB Variations
Color information
#AF2D16 (or 0xAF2D16) is known color: Fire Brick. HEX triplet: AF, 2D and 16. RGB value is (175,45,22). Sum of RGB (Red+Green+Blue) = 175+45+22=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2D16 is #50D2E9. Grayscale: #515151. Windows color (decimal): -5296874 or 1453487. OLE color: 1453487.
HSL color Cylindrical-coordinate representation of color #AF2D16: hue angle of 9.02º 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 #AF2D16 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 22 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.31 |
| HSL | 9.02º | 0.78% | 0.39% | - |
| HSV(B) | 9.02º | 0.87% | 0.69% | - |
| XYZ | 18.76 | 11.05 | 1.9 | - |
| YUV | 81.25 | 94.57 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 22 | 0 | 0.74 | 0.87 | 0.31 | 9.02 | 0.78 | 0.39 |
| Hex | AF | 2D | 16 | 0 | 4A | 57 | 1F | 9 | 4E | 27 |
| Octal | 257 | 55 | 26 | 0 | 112 | 127 | 37 | 11 | 116 | 47 |
| Binary | 10101111 | 101101 | 10110 | 0 | 1001010 | 1010111 | 11111 | 1001 | 1001110 | 100111 |
Color Harmonies of #AF2D16
Complementary color
Monochromatic Colors of #AF2D16
Black with #AF2D16
Text Example
Text Example
White with #AF2D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D16; }
p { color: rgb(175,45,22); }
H1.HeaderClassName
{
color: #AF2D16;
}
.AnyTagClassName
{
color: #AF2D16;
}
</style>
background-color css
<style>
a { background-color: #AF2D16; }
a { background-color: rgb(175,45,22); }
div.DivClassName
{
background-color: #AF2D16;
}
.BgClassName
{
background-color: #AF2D16;
}
</style>
border-color css
<style>
span { border-color: #AF2D16; }
span { border-color: rgb(175,45,22); }
td.TdClassName
{
border-color: #AF2D16;
}
.TagClassName
{
border-color: #AF2D16;
}
</style>