Shades of Fire Brick #AB2919
Tints of Fire Brick #AB2919
RGB
CMYK
RGB Variations
Color information
#AB2919 (or 0xAB2919) is known color: Fire Brick. HEX triplet: AB, 29 and 19. RGB value is (171,41,25). Sum of RGB (Red+Green+Blue) = 171+41+25=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2919 is #54D6E6. Grayscale: #4E4E4E. Windows color (decimal): -5560039 or 1649067. OLE color: 1649067.
HSL color Cylindrical-coordinate representation of color #AB2919: hue angle of 6.58º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB2919 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 25 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.33 |
| HSL | 6.58º | 0.74% | 0.38% | - |
| HSV(B) | 6.58º | 0.85% | 0.67% | - |
| XYZ | 17.76 | 10.31 | 1.97 | - |
| YUV | 78.05 | 98.07 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 25 | 0 | 0.76 | 0.85 | 0.33 | 6.58 | 0.74 | 0.38 |
| Hex | AB | 29 | 19 | 0 | 4C | 55 | 21 | 7 | 4A | 26 |
| Octal | 253 | 51 | 31 | 0 | 114 | 125 | 41 | 7 | 112 | 46 |
| Binary | 10101011 | 101001 | 11001 | 0 | 1001100 | 1010101 | 100001 | 111 | 1001010 | 100110 |
Color Harmonies of #AB2919
Complementary color
Monochromatic Colors of #AB2919
Black with #AB2919
Text Example
Text Example
White with #AB2919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2919; }
p { color: rgb(171,41,25); }
H1.HeaderClassName
{
color: #AB2919;
}
.AnyTagClassName
{
color: #AB2919;
}
</style>
background-color css
<style>
a { background-color: #AB2919; }
a { background-color: rgb(171,41,25); }
div.DivClassName
{
background-color: #AB2919;
}
.BgClassName
{
background-color: #AB2919;
}
</style>
border-color css
<style>
span { border-color: #AB2919; }
span { border-color: rgb(171,41,25); }
td.TdClassName
{
border-color: #AB2919;
}
.TagClassName
{
border-color: #AB2919;
}
</style>