Shades of Fire Brick #AB1D0D
Tints of Fire Brick #AB1D0D
RGB
CMYK
RGB Variations
Color information
#AB1D0D (or 0xAB1D0D) is known color: Fire Brick. HEX triplet: AB, 1D and 0D. RGB value is (171,29,13). Sum of RGB (Red+Green+Blue) = 171+29+13=213 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.28% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1D0D is #54E2F2. Grayscale: #454545. Windows color (decimal): -5563123 or 859563. OLE color: 859563.
HSL color Cylindrical-coordinate representation of color #AB1D0D: hue angle of 6.08º 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 #AB1D0D is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 29 | 13 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.33 |
| HSL | 6.08º | 0.86% | 0.36% | - |
| HSV(B) | 6.08º | 0.92% | 0.67% | - |
| XYZ | 17.31 | 9.57 | 1.31 | - |
| YUV | 69.63 | 96.04 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 13 | 0 | 0.83 | 0.92 | 0.33 | 6.08 | 0.86 | 0.36 |
| Hex | AB | 1D | D | 0 | 53 | 5C | 21 | 6 | 56 | 24 |
| Octal | 253 | 35 | 15 | 0 | 123 | 134 | 41 | 6 | 126 | 44 |
| Binary | 10101011 | 11101 | 1101 | 0 | 1010011 | 1011100 | 100001 | 110 | 1010110 | 100100 |
Color Harmonies of #AB1D0D
Complementary color
Monochromatic Colors of #AB1D0D
Black with #AB1D0D
Text Example
Text Example
White with #AB1D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1D0D; }
p { color: rgb(171,29,13); }
H1.HeaderClassName
{
color: #AB1D0D;
}
.AnyTagClassName
{
color: #AB1D0D;
}
</style>
background-color css
<style>
a { background-color: #AB1D0D; }
a { background-color: rgb(171,29,13); }
div.DivClassName
{
background-color: #AB1D0D;
}
.BgClassName
{
background-color: #AB1D0D;
}
</style>
border-color css
<style>
span { border-color: #AB1D0D; }
span { border-color: rgb(171,29,13); }
td.TdClassName
{
border-color: #AB1D0D;
}
.TagClassName
{
border-color: #AB1D0D;
}
</style>