Shades of Fire Brick #AB2915
Tints of Fire Brick #AB2915
RGB
CMYK
RGB Variations
Color information
#AB2915 (or 0xAB2915) is known color: Fire Brick. HEX triplet: AB, 29 and 15. RGB value is (171,41,21). Sum of RGB (Red+Green+Blue) = 171+41+21=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2915 is #54D6EA. Grayscale: #4D4D4D. Windows color (decimal): -5560043 or 1386923. OLE color: 1386923.
HSL color Cylindrical-coordinate representation of color #AB2915: hue angle of 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 #AB2915 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 21 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.33 |
| HSL | 8º | 0.78% | 0.38% | - |
| HSV(B) | 8º | 0.88% | 0.67% | - |
| XYZ | 17.72 | 10.3 | 1.76 | - |
| YUV | 77.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 21 | 0 | 0.76 | 0.88 | 0.33 | 8 | 0.78 | 0.38 |
| Hex | AB | 29 | 15 | 0 | 4C | 58 | 21 | 8 | 4E | 26 |
| Octal | 253 | 51 | 25 | 0 | 114 | 130 | 41 | 10 | 116 | 46 |
| Binary | 10101011 | 101001 | 10101 | 0 | 1001100 | 1011000 | 100001 | 1000 | 1001110 | 100110 |
Color Harmonies of #AB2915
Complementary color
Monochromatic Colors of #AB2915
Black with #AB2915
Text Example
Text Example
White with #AB2915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2915; }
p { color: rgb(171,41,21); }
H1.HeaderClassName
{
color: #AB2915;
}
.AnyTagClassName
{
color: #AB2915;
}
</style>
background-color css
<style>
a { background-color: #AB2915; }
a { background-color: rgb(171,41,21); }
div.DivClassName
{
background-color: #AB2915;
}
.BgClassName
{
background-color: #AB2915;
}
</style>
border-color css
<style>
span { border-color: #AB2915; }
span { border-color: rgb(171,41,21); }
td.TdClassName
{
border-color: #AB2915;
}
.TagClassName
{
border-color: #AB2915;
}
</style>