Shades of Fire Brick #AB1D0C
Tints of Fire Brick #AB1D0C
RGB
CMYK
RGB Variations
Color information
#AB1D0C (or 0xAB1D0C) is known color: Fire Brick. HEX triplet: AB, 1D and 0C. RGB value is (171,29,12). Sum of RGB (Red+Green+Blue) = 171+29+12=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1D0C is #54E2F3. Grayscale: #454545. Windows color (decimal): -5563124 or 794027. OLE color: 794027.
HSL color Cylindrical-coordinate representation of color #AB1D0C: hue angle of 6.42º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB1D0C is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 29 | 12 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.33 |
| HSL | 6.42º | 0.87% | 0.36% | - |
| HSV(B) | 6.42º | 0.93% | 0.67% | - |
| XYZ | 17.3 | 9.56 | 1.28 | - |
| YUV | 69.52 | 95.54 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 12 | 0 | 0.83 | 0.93 | 0.33 | 6.42 | 0.87 | 0.36 |
| Hex | AB | 1D | C | 0 | 53 | 5D | 21 | 6 | 57 | 24 |
| Octal | 253 | 35 | 14 | 0 | 123 | 135 | 41 | 6 | 127 | 44 |
| Binary | 10101011 | 11101 | 1100 | 0 | 1010011 | 1011101 | 100001 | 110 | 1010111 | 100100 |
Color Harmonies of #AB1D0C
Complementary color
Monochromatic Colors of #AB1D0C
Black with #AB1D0C
Text Example
Text Example
White with #AB1D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1D0C; }
p { color: rgb(171,29,12); }
H1.HeaderClassName
{
color: #AB1D0C;
}
.AnyTagClassName
{
color: #AB1D0C;
}
</style>
background-color css
<style>
a { background-color: #AB1D0C; }
a { background-color: rgb(171,29,12); }
div.DivClassName
{
background-color: #AB1D0C;
}
.BgClassName
{
background-color: #AB1D0C;
}
</style>
border-color css
<style>
span { border-color: #AB1D0C; }
span { border-color: rgb(171,29,12); }
td.TdClassName
{
border-color: #AB1D0C;
}
.TagClassName
{
border-color: #AB1D0C;
}
</style>