Shades of Fire Brick #AB3019
Tints of Fire Brick #AB3019
RGB
CMYK
RGB Variations
Color information
#AB3019 (or 0xAB3019) is known color: Fire Brick. HEX triplet: AB, 30 and 19. RGB value is (171,48,25). Sum of RGB (Red+Green+Blue) = 171+48+25=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3019 is #54CFE6. Grayscale: #525252. Windows color (decimal): -5558247 or 1650859. OLE color: 1650859.
HSL color Cylindrical-coordinate representation of color #AB3019: hue angle of 9.45º 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 #AB3019 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 25 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.33 |
| HSL | 9.45º | 0.74% | 0.38% | - |
| HSV(B) | 9.45º | 0.85% | 0.67% | - |
| XYZ | 18.03 | 10.84 | 2.06 | - |
| YUV | 82.16 | 95.75 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 25 | 0 | 0.72 | 0.85 | 0.33 | 9.45 | 0.74 | 0.38 |
| Hex | AB | 30 | 19 | 0 | 48 | 55 | 21 | 9 | 4A | 26 |
| Octal | 253 | 60 | 31 | 0 | 110 | 125 | 41 | 11 | 112 | 46 |
| Binary | 10101011 | 110000 | 11001 | 0 | 1001000 | 1010101 | 100001 | 1001 | 1001010 | 100110 |
Color Harmonies of #AB3019
Complementary color
Monochromatic Colors of #AB3019
Black with #AB3019
Text Example
Text Example
White with #AB3019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3019; }
p { color: rgb(171,48,25); }
H1.HeaderClassName
{
color: #AB3019;
}
.AnyTagClassName
{
color: #AB3019;
}
</style>
background-color css
<style>
a { background-color: #AB3019; }
a { background-color: rgb(171,48,25); }
div.DivClassName
{
background-color: #AB3019;
}
.BgClassName
{
background-color: #AB3019;
}
</style>
border-color css
<style>
span { border-color: #AB3019; }
span { border-color: rgb(171,48,25); }
td.TdClassName
{
border-color: #AB3019;
}
.TagClassName
{
border-color: #AB3019;
}
</style>