Shades of Fire Brick #AF2112
Tints of Fire Brick #AF2112
RGB
CMYK
RGB Variations
Color information
#AF2112 (or 0xAF2112) is known color: Fire Brick. HEX triplet: AF, 21 and 12. RGB value is (175,33,18). Sum of RGB (Red+Green+Blue) = 175+33+18=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2112 is #50DEED. Grayscale: #494949. Windows color (decimal): -5299950 or 1188271. OLE color: 1188271.
HSL color Cylindrical-coordinate representation of color #AF2112: hue angle of 5.73º 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 #AF2112 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 18 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.31 |
| HSL | 5.73º | 0.81% | 0.38% | - |
| HSV(B) | 5.73º | 0.9% | 0.69% | - |
| XYZ | 18.33 | 10.25 | 1.58 | - |
| YUV | 73.75 | 96.54 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 18 | 0 | 0.81 | 0.90 | 0.31 | 5.73 | 0.81 | 0.38 |
| Hex | AF | 21 | 12 | 0 | 51 | 5A | 1F | 6 | 51 | 26 |
| Octal | 257 | 41 | 22 | 0 | 121 | 132 | 37 | 6 | 121 | 46 |
| Binary | 10101111 | 100001 | 10010 | 0 | 1010001 | 1011010 | 11111 | 110 | 1010001 | 100110 |
Color Harmonies of #AF2112
Complementary color
Monochromatic Colors of #AF2112
Black with #AF2112
Text Example
Text Example
White with #AF2112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2112; }
p { color: rgb(175,33,18); }
H1.HeaderClassName
{
color: #AF2112;
}
.AnyTagClassName
{
color: #AF2112;
}
</style>
background-color css
<style>
a { background-color: #AF2112; }
a { background-color: rgb(175,33,18); }
div.DivClassName
{
background-color: #AF2112;
}
.BgClassName
{
background-color: #AF2112;
}
</style>
border-color css
<style>
span { border-color: #AF2112; }
span { border-color: rgb(175,33,18); }
td.TdClassName
{
border-color: #AF2112;
}
.TagClassName
{
border-color: #AF2112;
}
</style>