Shades of Fire Brick #AB2515
Tints of Fire Brick #AB2515
RGB
CMYK
RGB Variations
Color information
#AB2515 (or 0xAB2515) is known color: Fire Brick. HEX triplet: AB, 25 and 15. RGB value is (171,37,21). Sum of RGB (Red+Green+Blue) = 171+37+21=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2515 is #54DAEA. Grayscale: #4B4B4B. Windows color (decimal): -5561067 or 1385899. OLE color: 1385899.
HSL color Cylindrical-coordinate representation of color #AB2515: hue angle of 6.4º 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 #AB2515 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 21 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.33 |
| HSL | 6.4º | 0.78% | 0.38% | - |
| HSV(B) | 6.4º | 0.88% | 0.67% | - |
| XYZ | 17.59 | 10.04 | 1.72 | - |
| YUV | 75.24 | 97.39 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 21 | 0 | 0.78 | 0.88 | 0.33 | 6.4 | 0.78 | 0.38 |
| Hex | AB | 25 | 15 | 0 | 4E | 58 | 21 | 6 | 4E | 26 |
| Octal | 253 | 45 | 25 | 0 | 116 | 130 | 41 | 6 | 116 | 46 |
| Binary | 10101011 | 100101 | 10101 | 0 | 1001110 | 1011000 | 100001 | 110 | 1001110 | 100110 |
Color Harmonies of #AB2515
Complementary color
Monochromatic Colors of #AB2515
Black with #AB2515
Text Example
Text Example
White with #AB2515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2515; }
p { color: rgb(171,37,21); }
H1.HeaderClassName
{
color: #AB2515;
}
.AnyTagClassName
{
color: #AB2515;
}
</style>
background-color css
<style>
a { background-color: #AB2515; }
a { background-color: rgb(171,37,21); }
div.DivClassName
{
background-color: #AB2515;
}
.BgClassName
{
background-color: #AB2515;
}
</style>
border-color css
<style>
span { border-color: #AB2515; }
span { border-color: rgb(171,37,21); }
td.TdClassName
{
border-color: #AB2515;
}
.TagClassName
{
border-color: #AB2515;
}
</style>