Shades of Fire Brick #AB311A
Tints of Fire Brick #AB311A
RGB
CMYK
RGB Variations
Color information
#AB311A (or 0xAB311A) is known color: Fire Brick. HEX triplet: AB, 31 and 1A. RGB value is (171,49,26). Sum of RGB (Red+Green+Blue) = 171+49+26=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB311A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB311A is #54CEE5. Grayscale: #535353. Windows color (decimal): -5557990 or 1716651. OLE color: 1716651.
HSL color Cylindrical-coordinate representation of color #AB311A: hue angle of 9.52º 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 #AB311A is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 49 | 26 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.33 |
| HSL | 9.52º | 0.74% | 0.39% | - |
| HSV(B) | 9.52º | 0.85% | 0.67% | - |
| XYZ | 18.08 | 10.93 | 2.13 | - |
| YUV | 82.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 26 | 0 | 0.71 | 0.85 | 0.33 | 9.52 | 0.74 | 0.39 |
| Hex | AB | 31 | 1A | 0 | 47 | 55 | 21 | A | 4A | 27 |
| Octal | 253 | 61 | 32 | 0 | 107 | 125 | 41 | 12 | 112 | 47 |
| Binary | 10101011 | 110001 | 11010 | 0 | 1000111 | 1010101 | 100001 | 1010 | 1001010 | 100111 |
Color Harmonies of #AB311A
Complementary color
Monochromatic Colors of #AB311A
Black with #AB311A
Text Example
Text Example
White with #AB311A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB311A; }
p { color: rgb(171,49,26); }
H1.HeaderClassName
{
color: #AB311A;
}
.AnyTagClassName
{
color: #AB311A;
}
</style>
background-color css
<style>
a { background-color: #AB311A; }
a { background-color: rgb(171,49,26); }
div.DivClassName
{
background-color: #AB311A;
}
.BgClassName
{
background-color: #AB311A;
}
</style>
border-color css
<style>
span { border-color: #AB311A; }
span { border-color: rgb(171,49,26); }
td.TdClassName
{
border-color: #AB311A;
}
.TagClassName
{
border-color: #AB311A;
}
</style>