Shades of Fire Brick #AB2812
Tints of Fire Brick #AB2812
RGB
CMYK
RGB Variations
Color information
#AB2812 (or 0xAB2812) is known color: Fire Brick. HEX triplet: AB, 28 and 12. RGB value is (171,40,18). Sum of RGB (Red+Green+Blue) = 171+40+18=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2812 is #54D7ED. Grayscale: #4C4C4C. Windows color (decimal): -5560302 or 1190059. OLE color: 1190059.
HSL color Cylindrical-coordinate representation of color #AB2812: hue angle of 8.63º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB2812 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 18 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.33 |
| HSL | 8.63º | 0.81% | 0.37% | - |
| HSV(B) | 8.63º | 0.89% | 0.67% | - |
| XYZ | 17.66 | 10.22 | 1.61 | - |
| YUV | 76.66 | 94.9 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 18 | 0 | 0.77 | 0.89 | 0.33 | 8.63 | 0.81 | 0.37 |
| Hex | AB | 28 | 12 | 0 | 4D | 59 | 21 | 9 | 51 | 25 |
| Octal | 253 | 50 | 22 | 0 | 115 | 131 | 41 | 11 | 121 | 45 |
| Binary | 10101011 | 101000 | 10010 | 0 | 1001101 | 1011001 | 100001 | 1001 | 1010001 | 100101 |
Color Harmonies of #AB2812
Complementary color
Monochromatic Colors of #AB2812
Black with #AB2812
Text Example
Text Example
White with #AB2812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2812; }
p { color: rgb(171,40,18); }
H1.HeaderClassName
{
color: #AB2812;
}
.AnyTagClassName
{
color: #AB2812;
}
</style>
background-color css
<style>
a { background-color: #AB2812; }
a { background-color: rgb(171,40,18); }
div.DivClassName
{
background-color: #AB2812;
}
.BgClassName
{
background-color: #AB2812;
}
</style>
border-color css
<style>
span { border-color: #AB2812; }
span { border-color: rgb(171,40,18); }
td.TdClassName
{
border-color: #AB2812;
}
.TagClassName
{
border-color: #AB2812;
}
</style>