Shades of Fire Brick #AB210D
Tints of Fire Brick #AB210D
RGB
CMYK
RGB Variations
Color information
#AB210D (or 0xAB210D) is known color: Fire Brick. HEX triplet: AB, 21 and 0D. RGB value is (171,33,13). Sum of RGB (Red+Green+Blue) = 171+33+13=217 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.80% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 171 - color contains mainly: red. Hex color #AB210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB210D is #54DEF2. Grayscale: #484848. Windows color (decimal): -5562099 or 860587. OLE color: 860587.
HSL color Cylindrical-coordinate representation of color #AB210D: hue angle of 7.59º 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 #AB210D is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 33 | 13 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.33 |
| HSL | 7.59º | 0.86% | 0.36% | - |
| HSV(B) | 7.59º | 0.92% | 0.67% | - |
| XYZ | 17.41 | 9.77 | 1.35 | - |
| YUV | 71.98 | 94.72 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 13 | 0 | 0.81 | 0.92 | 0.33 | 7.59 | 0.86 | 0.36 |
| Hex | AB | 21 | D | 0 | 51 | 5C | 21 | 8 | 56 | 24 |
| Octal | 253 | 41 | 15 | 0 | 121 | 134 | 41 | 10 | 126 | 44 |
| Binary | 10101011 | 100001 | 1101 | 0 | 1010001 | 1011100 | 100001 | 1000 | 1010110 | 100100 |
Color Harmonies of #AB210D
Complementary color
Monochromatic Colors of #AB210D
Black with #AB210D
Text Example
Text Example
White with #AB210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB210D; }
p { color: rgb(171,33,13); }
H1.HeaderClassName
{
color: #AB210D;
}
.AnyTagClassName
{
color: #AB210D;
}
</style>
background-color css
<style>
a { background-color: #AB210D; }
a { background-color: rgb(171,33,13); }
div.DivClassName
{
background-color: #AB210D;
}
.BgClassName
{
background-color: #AB210D;
}
</style>
border-color css
<style>
span { border-color: #AB210D; }
span { border-color: rgb(171,33,13); }
td.TdClassName
{
border-color: #AB210D;
}
.TagClassName
{
border-color: #AB210D;
}
</style>