Shades of Fire Brick #AF2016
Tints of Fire Brick #AF2016
RGB
CMYK
RGB Variations
Color information
#AF2016 (or 0xAF2016) is known color: Fire Brick. HEX triplet: AF, 20 and 16. RGB value is (175,32,22). Sum of RGB (Red+Green+Blue) = 175+32+22=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2016 is #50DFE9. Grayscale: #494949. Windows color (decimal): -5300202 or 1450159. OLE color: 1450159.
HSL color Cylindrical-coordinate representation of color #AF2016: hue angle of 3.92º 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 #AF2016 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 22 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.31 |
| HSL | 3.92º | 0.78% | 0.39% | - |
| HSV(B) | 3.92º | 0.87% | 0.69% | - |
| XYZ | 18.34 | 10.2 | 1.76 | - |
| YUV | 73.62 | 98.88 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 22 | 0 | 0.82 | 0.87 | 0.31 | 3.92 | 0.78 | 0.39 |
| Hex | AF | 20 | 16 | 0 | 52 | 57 | 1F | 4 | 4E | 27 |
| Octal | 257 | 40 | 26 | 0 | 122 | 127 | 37 | 4 | 116 | 47 |
| Binary | 10101111 | 100000 | 10110 | 0 | 1010010 | 1010111 | 11111 | 100 | 1001110 | 100111 |
Color Harmonies of #AF2016
Complementary color
Monochromatic Colors of #AF2016
Black with #AF2016
Text Example
Text Example
White with #AF2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2016; }
p { color: rgb(175,32,22); }
H1.HeaderClassName
{
color: #AF2016;
}
.AnyTagClassName
{
color: #AF2016;
}
</style>
background-color css
<style>
a { background-color: #AF2016; }
a { background-color: rgb(175,32,22); }
div.DivClassName
{
background-color: #AF2016;
}
.BgClassName
{
background-color: #AF2016;
}
</style>
border-color css
<style>
span { border-color: #AF2016; }
span { border-color: rgb(175,32,22); }
td.TdClassName
{
border-color: #AF2016;
}
.TagClassName
{
border-color: #AF2016;
}
</style>