Shades of Fire Brick #AB1D18
Tints of Fire Brick #AB1D18
RGB
CMYK
RGB Variations
Color information
#AB1D18 (or 0xAB1D18) is known color: Fire Brick. HEX triplet: AB, 1D and 18. RGB value is (171,29,24). Sum of RGB (Red+Green+Blue) = 171+29+24=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1D18 is #54E2E7. Grayscale: #474747. Windows color (decimal): -5563112 or 1580459. OLE color: 1580459.
HSL color Cylindrical-coordinate representation of color #AB1D18: hue angle of 2.04º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1D18 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 29 | 24 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.33 |
| HSL | 2.04º | 0.75% | 0.38% | - |
| HSV(B) | 2.04º | 0.86% | 0.67% | - |
| XYZ | 17.4 | 9.6 | 1.8 | - |
| YUV | 70.89 | 101.54 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 24 | 0 | 0.83 | 0.86 | 0.33 | 2.04 | 0.75 | 0.38 |
| Hex | AB | 1D | 18 | 0 | 53 | 56 | 21 | 2 | 4B | 26 |
| Octal | 253 | 35 | 30 | 0 | 123 | 126 | 41 | 2 | 113 | 46 |
| Binary | 10101011 | 11101 | 11000 | 0 | 1010011 | 1010110 | 100001 | 10 | 1001011 | 100110 |
Color Harmonies of #AB1D18
Complementary color
Monochromatic Colors of #AB1D18
Black with #AB1D18
Text Example
Text Example
White with #AB1D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1D18; }
p { color: rgb(171,29,24); }
H1.HeaderClassName
{
color: #AB1D18;
}
.AnyTagClassName
{
color: #AB1D18;
}
</style>
background-color css
<style>
a { background-color: #AB1D18; }
a { background-color: rgb(171,29,24); }
div.DivClassName
{
background-color: #AB1D18;
}
.BgClassName
{
background-color: #AB1D18;
}
</style>
border-color css
<style>
span { border-color: #AB1D18; }
span { border-color: rgb(171,29,24); }
td.TdClassName
{
border-color: #AB1D18;
}
.TagClassName
{
border-color: #AB1D18;
}
</style>