Shades of Fire Brick #AF2012
Tints of Fire Brick #AF2012
RGB
CMYK
RGB Variations
Color information
#AF2012 (or 0xAF2012) is known color: Fire Brick. HEX triplet: AF, 20 and 12. RGB value is (175,32,18). Sum of RGB (Red+Green+Blue) = 175+32+18=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2012 is #50DFED. Grayscale: #494949. Windows color (decimal): -5300206 or 1188015. OLE color: 1188015.
HSL color Cylindrical-coordinate representation of color #AF2012: hue angle of 5.35º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF2012 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 18 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.31 |
| HSL | 5.35º | 0.81% | 0.38% | - |
| HSV(B) | 5.35º | 0.9% | 0.69% | - |
| XYZ | 18.3 | 10.19 | 1.57 | - |
| YUV | 73.16 | 96.88 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 18 | 0 | 0.82 | 0.90 | 0.31 | 5.35 | 0.81 | 0.38 |
| Hex | AF | 20 | 12 | 0 | 52 | 5A | 1F | 5 | 51 | 26 |
| Octal | 257 | 40 | 22 | 0 | 122 | 132 | 37 | 5 | 121 | 46 |
| Binary | 10101111 | 100000 | 10010 | 0 | 1010010 | 1011010 | 11111 | 101 | 1010001 | 100110 |
Color Harmonies of #AF2012
Complementary color
Monochromatic Colors of #AF2012
Black with #AF2012
Text Example
Text Example
White with #AF2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2012; }
p { color: rgb(175,32,18); }
H1.HeaderClassName
{
color: #AF2012;
}
.AnyTagClassName
{
color: #AF2012;
}
</style>
background-color css
<style>
a { background-color: #AF2012; }
a { background-color: rgb(175,32,18); }
div.DivClassName
{
background-color: #AF2012;
}
.BgClassName
{
background-color: #AF2012;
}
</style>
border-color css
<style>
span { border-color: #AF2012; }
span { border-color: rgb(175,32,18); }
td.TdClassName
{
border-color: #AF2012;
}
.TagClassName
{
border-color: #AF2012;
}
</style>