Shades of Fire Brick #AB1A0D
Tints of Fire Brick #AB1A0D
RGB
CMYK
RGB Variations
Color information
#AB1A0D (or 0xAB1A0D) is known color: Fire Brick. HEX triplet: AB, 1A and 0D. RGB value is (171,26,13). Sum of RGB (Red+Green+Blue) = 171+26+13=210 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.43% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1A0D is #54E5F2. Grayscale: #444444. Windows color (decimal): -5563891 or 858795. OLE color: 858795.
HSL color Cylindrical-coordinate representation of color #AB1A0D: hue angle of 4.94º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB1A0D is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 26 | 13 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.33 |
| HSL | 4.94º | 0.86% | 0.36% | - |
| HSV(B) | 4.94º | 0.92% | 0.67% | - |
| XYZ | 17.24 | 9.43 | 1.29 | - |
| YUV | 67.87 | 97.04 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 26 | 13 | 0 | 0.85 | 0.92 | 0.33 | 4.94 | 0.86 | 0.36 |
| Hex | AB | 1A | D | 0 | 55 | 5C | 21 | 5 | 56 | 24 |
| Octal | 253 | 32 | 15 | 0 | 125 | 134 | 41 | 5 | 126 | 44 |
| Binary | 10101011 | 11010 | 1101 | 0 | 1010101 | 1011100 | 100001 | 101 | 1010110 | 100100 |
Color Harmonies of #AB1A0D
Complementary color
Monochromatic Colors of #AB1A0D
Black with #AB1A0D
Text Example
Text Example
White with #AB1A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1A0D; }
p { color: rgb(171,26,13); }
H1.HeaderClassName
{
color: #AB1A0D;
}
.AnyTagClassName
{
color: #AB1A0D;
}
</style>
background-color css
<style>
a { background-color: #AB1A0D; }
a { background-color: rgb(171,26,13); }
div.DivClassName
{
background-color: #AB1A0D;
}
.BgClassName
{
background-color: #AB1A0D;
}
</style>
border-color css
<style>
span { border-color: #AB1A0D; }
span { border-color: rgb(171,26,13); }
td.TdClassName
{
border-color: #AB1A0D;
}
.TagClassName
{
border-color: #AB1A0D;
}
</style>