Shades of Fire Brick #AB2518
Tints of Fire Brick #AB2518
RGB
CMYK
RGB Variations
Color information
#AB2518 (or 0xAB2518) is known color: Fire Brick. HEX triplet: AB, 25 and 18. RGB value is (171,37,24). Sum of RGB (Red+Green+Blue) = 171+37+24=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2518 is #54DAE7. Grayscale: #4B4B4B. Windows color (decimal): -5561064 or 1582507. OLE color: 1582507.
HSL color Cylindrical-coordinate representation of color #AB2518: hue angle of 5.31º 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 #AB2518 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 24 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.33 |
| HSL | 5.31º | 0.75% | 0.38% | - |
| HSV(B) | 5.31º | 0.86% | 0.67% | - |
| XYZ | 17.62 | 10.05 | 1.87 | - |
| YUV | 75.58 | 98.89 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 24 | 0 | 0.78 | 0.86 | 0.33 | 5.31 | 0.75 | 0.38 |
| Hex | AB | 25 | 18 | 0 | 4E | 56 | 21 | 5 | 4B | 26 |
| Octal | 253 | 45 | 30 | 0 | 116 | 126 | 41 | 5 | 113 | 46 |
| Binary | 10101011 | 100101 | 11000 | 0 | 1001110 | 1010110 | 100001 | 101 | 1001011 | 100110 |
Color Harmonies of #AB2518
Complementary color
Monochromatic Colors of #AB2518
Black with #AB2518
Text Example
Text Example
White with #AB2518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2518; }
p { color: rgb(171,37,24); }
H1.HeaderClassName
{
color: #AB2518;
}
.AnyTagClassName
{
color: #AB2518;
}
</style>
background-color css
<style>
a { background-color: #AB2518; }
a { background-color: rgb(171,37,24); }
div.DivClassName
{
background-color: #AB2518;
}
.BgClassName
{
background-color: #AB2518;
}
</style>
border-color css
<style>
span { border-color: #AB2518; }
span { border-color: rgb(171,37,24); }
td.TdClassName
{
border-color: #AB2518;
}
.TagClassName
{
border-color: #AB2518;
}
</style>