Shades of Fire Brick #AB1815
Tints of Fire Brick #AB1815
RGB
CMYK
RGB Variations
Color information
#AB1815 (or 0xAB1815) is known color: Fire Brick. HEX triplet: AB, 18 and 15. RGB value is (171,24,21). Sum of RGB (Red+Green+Blue) = 171+24+21=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1815 is #54E7EA. Grayscale: #434343. Windows color (decimal): -5564395 or 1382571. OLE color: 1382571.
HSL color Cylindrical-coordinate representation of color #AB1815: hue angle of 1.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1815 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 21 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.33 |
| HSL | 1.2º | 0.78% | 0.38% | - |
| HSV(B) | 1.2º | 0.88% | 0.67% | - |
| XYZ | 17.26 | 9.37 | 1.61 | - |
| YUV | 67.61 | 101.7 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 21 | 0 | 0.86 | 0.88 | 0.33 | 1.2 | 0.78 | 0.38 |
| Hex | AB | 18 | 15 | 0 | 56 | 58 | 21 | 1 | 4E | 26 |
| Octal | 253 | 30 | 25 | 0 | 126 | 130 | 41 | 1 | 116 | 46 |
| Binary | 10101011 | 11000 | 10101 | 0 | 1010110 | 1011000 | 100001 | 1 | 1001110 | 100110 |
Color Harmonies of #AB1815
Complementary color
Monochromatic Colors of #AB1815
Black with #AB1815
Text Example
Text Example
White with #AB1815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1815; }
p { color: rgb(171,24,21); }
H1.HeaderClassName
{
color: #AB1815;
}
.AnyTagClassName
{
color: #AB1815;
}
</style>
background-color css
<style>
a { background-color: #AB1815; }
a { background-color: rgb(171,24,21); }
div.DivClassName
{
background-color: #AB1815;
}
.BgClassName
{
background-color: #AB1815;
}
</style>
border-color css
<style>
span { border-color: #AB1815; }
span { border-color: rgb(171,24,21); }
td.TdClassName
{
border-color: #AB1815;
}
.TagClassName
{
border-color: #AB1815;
}
</style>