Shades of Fire Brick #AB2213
Tints of Fire Brick #AB2213
RGB
CMYK
RGB Variations
Color information
#AB2213 (or 0xAB2213) is known color: Fire Brick. HEX triplet: AB, 22 and 13. RGB value is (171,34,19). Sum of RGB (Red+Green+Blue) = 171+34+19=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2213 is #54DDEC. Grayscale: #494949. Windows color (decimal): -5561837 or 1254059. OLE color: 1254059.
HSL color Cylindrical-coordinate representation of color #AB2213: hue angle of 5.92º 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 #AB2213 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 19 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.33 |
| HSL | 5.92º | 0.8% | 0.37% | - |
| HSV(B) | 5.92º | 0.89% | 0.67% | - |
| XYZ | 17.48 | 9.85 | 1.6 | - |
| YUV | 73.25 | 97.39 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 19 | 0 | 0.80 | 0.89 | 0.33 | 5.92 | 0.8 | 0.37 |
| Hex | AB | 22 | 13 | 0 | 50 | 59 | 21 | 6 | 50 | 25 |
| Octal | 253 | 42 | 23 | 0 | 120 | 131 | 41 | 6 | 120 | 45 |
| Binary | 10101011 | 100010 | 10011 | 0 | 1010000 | 1011001 | 100001 | 110 | 1010000 | 100101 |
Color Harmonies of #AB2213
Complementary color
Monochromatic Colors of #AB2213
Black with #AB2213
Text Example
Text Example
White with #AB2213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2213; }
p { color: rgb(171,34,19); }
H1.HeaderClassName
{
color: #AB2213;
}
.AnyTagClassName
{
color: #AB2213;
}
</style>
background-color css
<style>
a { background-color: #AB2213; }
a { background-color: rgb(171,34,19); }
div.DivClassName
{
background-color: #AB2213;
}
.BgClassName
{
background-color: #AB2213;
}
</style>
border-color css
<style>
span { border-color: #AB2213; }
span { border-color: rgb(171,34,19); }
td.TdClassName
{
border-color: #AB2213;
}
.TagClassName
{
border-color: #AB2213;
}
</style>