Shades of Fire Brick #AB2819
Tints of Fire Brick #AB2819
RGB
CMYK
RGB Variations
Color information
#AB2819 (or 0xAB2819) is known color: Fire Brick. HEX triplet: AB, 28 and 19. RGB value is (171,40,25). Sum of RGB (Red+Green+Blue) = 171+40+25=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2819 is #54D7E6. Grayscale: #4D4D4D. Windows color (decimal): -5560295 or 1648811. OLE color: 1648811.
HSL color Cylindrical-coordinate representation of color #AB2819: hue angle of 6.16º 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 #AB2819 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 25 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.33 |
| HSL | 6.16º | 0.74% | 0.38% | - |
| HSV(B) | 6.16º | 0.85% | 0.67% | - |
| XYZ | 17.73 | 10.25 | 1.96 | - |
| YUV | 77.46 | 98.4 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 25 | 0 | 0.77 | 0.85 | 0.33 | 6.16 | 0.74 | 0.38 |
| Hex | AB | 28 | 19 | 0 | 4D | 55 | 21 | 6 | 4A | 26 |
| Octal | 253 | 50 | 31 | 0 | 115 | 125 | 41 | 6 | 112 | 46 |
| Binary | 10101011 | 101000 | 11001 | 0 | 1001101 | 1010101 | 100001 | 110 | 1001010 | 100110 |
Color Harmonies of #AB2819
Complementary color
Monochromatic Colors of #AB2819
Black with #AB2819
Text Example
Text Example
White with #AB2819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2819; }
p { color: rgb(171,40,25); }
H1.HeaderClassName
{
color: #AB2819;
}
.AnyTagClassName
{
color: #AB2819;
}
</style>
background-color css
<style>
a { background-color: #AB2819; }
a { background-color: rgb(171,40,25); }
div.DivClassName
{
background-color: #AB2819;
}
.BgClassName
{
background-color: #AB2819;
}
</style>
border-color css
<style>
span { border-color: #AB2819; }
span { border-color: rgb(171,40,25); }
td.TdClassName
{
border-color: #AB2819;
}
.TagClassName
{
border-color: #AB2819;
}
</style>