Shades of Fire Brick #AB1C13
Tints of Fire Brick #AB1C13
RGB
CMYK
RGB Variations
Color information
#AB1C13 (or 0xAB1C13) is known color: Fire Brick. HEX triplet: AB, 1C and 13. RGB value is (171,28,19). Sum of RGB (Red+Green+Blue) = 171+28+19=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1C13 is #54E3EC. Grayscale: #454545. Windows color (decimal): -5563373 or 1252523. OLE color: 1252523.
HSL color Cylindrical-coordinate representation of color #AB1C13: hue angle of 3.55º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1C13 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 28 | 19 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.33 |
| HSL | 3.55º | 0.8% | 0.37% | - |
| HSV(B) | 3.55º | 0.89% | 0.67% | - |
| XYZ | 17.33 | 9.54 | 1.54 | - |
| YUV | 69.73 | 99.38 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 19 | 0 | 0.84 | 0.89 | 0.33 | 3.55 | 0.8 | 0.37 |
| Hex | AB | 1C | 13 | 0 | 54 | 59 | 21 | 4 | 50 | 25 |
| Octal | 253 | 34 | 23 | 0 | 124 | 131 | 41 | 4 | 120 | 45 |
| Binary | 10101011 | 11100 | 10011 | 0 | 1010100 | 1011001 | 100001 | 100 | 1010000 | 100101 |
Color Harmonies of #AB1C13
Complementary color
Monochromatic Colors of #AB1C13
Black with #AB1C13
Text Example
Text Example
White with #AB1C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1C13; }
p { color: rgb(171,28,19); }
H1.HeaderClassName
{
color: #AB1C13;
}
.AnyTagClassName
{
color: #AB1C13;
}
</style>
background-color css
<style>
a { background-color: #AB1C13; }
a { background-color: rgb(171,28,19); }
div.DivClassName
{
background-color: #AB1C13;
}
.BgClassName
{
background-color: #AB1C13;
}
</style>
border-color css
<style>
span { border-color: #AB1C13; }
span { border-color: rgb(171,28,19); }
td.TdClassName
{
border-color: #AB1C13;
}
.TagClassName
{
border-color: #AB1C13;
}
</style>