Shades of Fire Brick #AB301A
Tints of Fire Brick #AB301A
RGB
CMYK
RGB Variations
Color information
#AB301A (or 0xAB301A) is known color: Fire Brick. HEX triplet: AB, 30 and 1A. RGB value is (171,48,26). Sum of RGB (Red+Green+Blue) = 171+48+26=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB301A is #54CFE5. Grayscale: #525252. Windows color (decimal): -5558246 or 1716395. OLE color: 1716395.
HSL color Cylindrical-coordinate representation of color #AB301A: hue angle of 9.1º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB301A is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 26 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.33 |
| HSL | 9.1º | 0.74% | 0.39% | - |
| HSV(B) | 9.1º | 0.85% | 0.67% | - |
| XYZ | 18.04 | 10.85 | 2.12 | - |
| YUV | 82.27 | 96.25 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 26 | 0 | 0.72 | 0.85 | 0.33 | 9.1 | 0.74 | 0.39 |
| Hex | AB | 30 | 1A | 0 | 48 | 55 | 21 | 9 | 4A | 27 |
| Octal | 253 | 60 | 32 | 0 | 110 | 125 | 41 | 11 | 112 | 47 |
| Binary | 10101011 | 110000 | 11010 | 0 | 1001000 | 1010101 | 100001 | 1001 | 1001010 | 100111 |
Color Harmonies of #AB301A
Complementary color
Monochromatic Colors of #AB301A
Black with #AB301A
Text Example
Text Example
White with #AB301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB301A; }
p { color: rgb(171,48,26); }
H1.HeaderClassName
{
color: #AB301A;
}
.AnyTagClassName
{
color: #AB301A;
}
</style>
background-color css
<style>
a { background-color: #AB301A; }
a { background-color: rgb(171,48,26); }
div.DivClassName
{
background-color: #AB301A;
}
.BgClassName
{
background-color: #AB301A;
}
</style>
border-color css
<style>
span { border-color: #AB301A; }
span { border-color: rgb(171,48,26); }
td.TdClassName
{
border-color: #AB301A;
}
.TagClassName
{
border-color: #AB301A;
}
</style>