Shades of Fire Brick #AB2F15
Tints of Fire Brick #AB2F15
RGB
CMYK
RGB Variations
Color information
#AB2F15 (or 0xAB2F15) is known color: Fire Brick. HEX triplet: AB, 2F and 15. RGB value is (171,47,21). Sum of RGB (Red+Green+Blue) = 171+47+21=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2F15 is #54D0EA. Grayscale: #515151. Windows color (decimal): -5558507 or 1388459. OLE color: 1388459.
HSL color Cylindrical-coordinate representation of color #AB2F15: hue angle of 10.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 #AB2F15 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 47 | 21 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.33 |
| HSL | 10.4º | 0.78% | 0.38% | - |
| HSV(B) | 10.4º | 0.88% | 0.67% | - |
| XYZ | 17.95 | 10.75 | 1.84 | - |
| YUV | 81.11 | 94.08 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 21 | 0 | 0.73 | 0.88 | 0.33 | 10.4 | 0.78 | 0.38 |
| Hex | AB | 2F | 15 | 0 | 49 | 58 | 21 | A | 4E | 26 |
| Octal | 253 | 57 | 25 | 0 | 111 | 130 | 41 | 12 | 116 | 46 |
| Binary | 10101011 | 101111 | 10101 | 0 | 1001001 | 1011000 | 100001 | 1010 | 1001110 | 100110 |
Color Harmonies of #AB2F15
Complementary color
Monochromatic Colors of #AB2F15
Black with #AB2F15
Text Example
Text Example
White with #AB2F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2F15; }
p { color: rgb(171,47,21); }
H1.HeaderClassName
{
color: #AB2F15;
}
.AnyTagClassName
{
color: #AB2F15;
}
</style>
background-color css
<style>
a { background-color: #AB2F15; }
a { background-color: rgb(171,47,21); }
div.DivClassName
{
background-color: #AB2F15;
}
.BgClassName
{
background-color: #AB2F15;
}
</style>
border-color css
<style>
span { border-color: #AB2F15; }
span { border-color: rgb(171,47,21); }
td.TdClassName
{
border-color: #AB2F15;
}
.TagClassName
{
border-color: #AB2F15;
}
</style>