Shades of Fire Brick #AB2C13
Tints of Fire Brick #AB2C13
RGB
CMYK
RGB Variations
Color information
#AB2C13 (or 0xAB2C13) is known color: Fire Brick. HEX triplet: AB, 2C and 13. RGB value is (171,44,19). Sum of RGB (Red+Green+Blue) = 171+44+19=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2C13 is #54D3EC. Grayscale: #4F4F4F. Windows color (decimal): -5559277 or 1256619. OLE color: 1256619.
HSL color Cylindrical-coordinate representation of color #AB2C13: hue angle of 9.87º 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 #AB2C13 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 19 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.33 |
| HSL | 9.87º | 0.8% | 0.37% | - |
| HSV(B) | 9.87º | 0.89% | 0.67% | - |
| XYZ | 17.81 | 10.51 | 1.71 | - |
| YUV | 79.12 | 94.08 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 19 | 0 | 0.74 | 0.89 | 0.33 | 9.87 | 0.8 | 0.37 |
| Hex | AB | 2C | 13 | 0 | 4A | 59 | 21 | A | 50 | 25 |
| Octal | 253 | 54 | 23 | 0 | 112 | 131 | 41 | 12 | 120 | 45 |
| Binary | 10101011 | 101100 | 10011 | 0 | 1001010 | 1011001 | 100001 | 1010 | 1010000 | 100101 |
Color Harmonies of #AB2C13
Complementary color
Monochromatic Colors of #AB2C13
Black with #AB2C13
Text Example
Text Example
White with #AB2C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2C13; }
p { color: rgb(171,44,19); }
H1.HeaderClassName
{
color: #AB2C13;
}
.AnyTagClassName
{
color: #AB2C13;
}
</style>
background-color css
<style>
a { background-color: #AB2C13; }
a { background-color: rgb(171,44,19); }
div.DivClassName
{
background-color: #AB2C13;
}
.BgClassName
{
background-color: #AB2C13;
}
</style>
border-color css
<style>
span { border-color: #AB2C13; }
span { border-color: rgb(171,44,19); }
td.TdClassName
{
border-color: #AB2C13;
}
.TagClassName
{
border-color: #AB2C13;
}
</style>