Shades of Fire Brick #AB2B18
Tints of Fire Brick #AB2B18
RGB
CMYK
RGB Variations
Color information
#AB2B18 (or 0xAB2B18) is known color: Fire Brick. HEX triplet: AB, 2B and 18. RGB value is (171,43,24). Sum of RGB (Red+Green+Blue) = 171+43+24=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2B18 is #54D4E7. Grayscale: #4F4F4F. Windows color (decimal): -5559528 or 1584043. OLE color: 1584043.
HSL color Cylindrical-coordinate representation of color #AB2B18: hue angle of 7.76º 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 #AB2B18 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 43 | 24 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.33 |
| HSL | 7.76º | 0.75% | 0.38% | - |
| HSV(B) | 7.76º | 0.86% | 0.67% | - |
| XYZ | 17.82 | 10.45 | 1.94 | - |
| YUV | 79.11 | 96.91 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 24 | 0 | 0.75 | 0.86 | 0.33 | 7.76 | 0.75 | 0.38 |
| Hex | AB | 2B | 18 | 0 | 4B | 56 | 21 | 8 | 4B | 26 |
| Octal | 253 | 53 | 30 | 0 | 113 | 126 | 41 | 10 | 113 | 46 |
| Binary | 10101011 | 101011 | 11000 | 0 | 1001011 | 1010110 | 100001 | 1000 | 1001011 | 100110 |
Color Harmonies of #AB2B18
Complementary color
Monochromatic Colors of #AB2B18
Black with #AB2B18
Text Example
Text Example
White with #AB2B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2B18; }
p { color: rgb(171,43,24); }
H1.HeaderClassName
{
color: #AB2B18;
}
.AnyTagClassName
{
color: #AB2B18;
}
</style>
background-color css
<style>
a { background-color: #AB2B18; }
a { background-color: rgb(171,43,24); }
div.DivClassName
{
background-color: #AB2B18;
}
.BgClassName
{
background-color: #AB2B18;
}
</style>
border-color css
<style>
span { border-color: #AB2B18; }
span { border-color: rgb(171,43,24); }
td.TdClassName
{
border-color: #AB2B18;
}
.TagClassName
{
border-color: #AB2B18;
}
</style>