Shades of Fire Brick #AB3119
Tints of Fire Brick #AB3119
RGB
CMYK
RGB Variations
Color information
#AB3119 (or 0xAB3119) is known color: Fire Brick. HEX triplet: AB, 31 and 19. RGB value is (171,49,25). Sum of RGB (Red+Green+Blue) = 171+49+25=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3119 is #54CEE6. Grayscale: #525252. Windows color (decimal): -5557991 or 1651115. OLE color: 1651115.
HSL color Cylindrical-coordinate representation of color #AB3119: hue angle of 9.86º 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 #AB3119 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 49 | 25 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.33 |
| HSL | 9.86º | 0.74% | 0.38% | - |
| HSV(B) | 9.86º | 0.85% | 0.67% | - |
| XYZ | 18.07 | 10.92 | 2.08 | - |
| YUV | 82.74 | 95.42 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 25 | 0 | 0.71 | 0.85 | 0.33 | 9.86 | 0.74 | 0.38 |
| Hex | AB | 31 | 19 | 0 | 47 | 55 | 21 | A | 4A | 26 |
| Octal | 253 | 61 | 31 | 0 | 107 | 125 | 41 | 12 | 112 | 46 |
| Binary | 10101011 | 110001 | 11001 | 0 | 1000111 | 1010101 | 100001 | 1010 | 1001010 | 100110 |
Color Harmonies of #AB3119
Complementary color
Monochromatic Colors of #AB3119
Black with #AB3119
Text Example
Text Example
White with #AB3119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3119; }
p { color: rgb(171,49,25); }
H1.HeaderClassName
{
color: #AB3119;
}
.AnyTagClassName
{
color: #AB3119;
}
</style>
background-color css
<style>
a { background-color: #AB3119; }
a { background-color: rgb(171,49,25); }
div.DivClassName
{
background-color: #AB3119;
}
.BgClassName
{
background-color: #AB3119;
}
</style>
border-color css
<style>
span { border-color: #AB3119; }
span { border-color: rgb(171,49,25); }
td.TdClassName
{
border-color: #AB3119;
}
.TagClassName
{
border-color: #AB3119;
}
</style>