Shades of Fire Brick #AB2115
Tints of Fire Brick #AB2115
RGB
CMYK
RGB Variations
Color information
#AB2115 (or 0xAB2115) is known color: Fire Brick. HEX triplet: AB, 21 and 15. RGB value is (171,33,21). Sum of RGB (Red+Green+Blue) = 171+33+21=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2115 is #54DEEA. Grayscale: #494949. Windows color (decimal): -5562091 or 1384875. OLE color: 1384875.
HSL color Cylindrical-coordinate representation of color #AB2115: hue angle of 4.8º 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 #AB2115 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 33 | 21 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.33 |
| HSL | 4.8º | 0.78% | 0.38% | - |
| HSV(B) | 4.8º | 0.88% | 0.67% | - |
| XYZ | 17.47 | 9.8 | 1.68 | - |
| YUV | 72.89 | 98.72 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 21 | 0 | 0.81 | 0.88 | 0.33 | 4.8 | 0.78 | 0.38 |
| Hex | AB | 21 | 15 | 0 | 51 | 58 | 21 | 5 | 4E | 26 |
| Octal | 253 | 41 | 25 | 0 | 121 | 130 | 41 | 5 | 116 | 46 |
| Binary | 10101011 | 100001 | 10101 | 0 | 1010001 | 1011000 | 100001 | 101 | 1001110 | 100110 |
Color Harmonies of #AB2115
Complementary color
Monochromatic Colors of #AB2115
Black with #AB2115
Text Example
Text Example
White with #AB2115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2115; }
p { color: rgb(171,33,21); }
H1.HeaderClassName
{
color: #AB2115;
}
.AnyTagClassName
{
color: #AB2115;
}
</style>
background-color css
<style>
a { background-color: #AB2115; }
a { background-color: rgb(171,33,21); }
div.DivClassName
{
background-color: #AB2115;
}
.BgClassName
{
background-color: #AB2115;
}
</style>
border-color css
<style>
span { border-color: #AB2115; }
span { border-color: rgb(171,33,21); }
td.TdClassName
{
border-color: #AB2115;
}
.TagClassName
{
border-color: #AB2115;
}
</style>