Shades of Fire Brick #AB2322
Tints of Fire Brick #AB2322
RGB
CMYK
RGB Variations
Color information
#AB2322 (or 0xAB2322) is known color: Fire Brick. HEX triplet: AB, 23 and 22. RGB value is (171,35,34). Sum of RGB (Red+Green+Blue) = 171+35+34=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2322 is #54DCDD. Grayscale: #4B4B4B. Windows color (decimal): -5561566 or 2237355. OLE color: 2237355.
HSL color Cylindrical-coordinate representation of color #AB2322: hue angle of 0.44º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2322 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 34 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.33 |
| HSL | 0.44º | 0.67% | 0.4% | - |
| HSV(B) | 0.44º | 0.8% | 0.67% | - |
| XYZ | 17.68 | 9.98 | 2.51 | - |
| YUV | 75.55 | 104.56 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 34 | 0 | 0.80 | 0.80 | 0.33 | 0.44 | 0.67 | 0.4 |
| Hex | AB | 23 | 22 | 0 | 50 | 50 | 21 | 0 | 43 | 28 |
| Octal | 253 | 43 | 42 | 0 | 120 | 120 | 41 | 0 | 103 | 50 |
| Binary | 10101011 | 100011 | 100010 | 0 | 1010000 | 1010000 | 100001 | 0 | 1000011 | 101000 |
Color Harmonies of #AB2322
Complementary color
Monochromatic Colors of #AB2322
Black with #AB2322
Text Example
Text Example
White with #AB2322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2322; }
p { color: rgb(171,35,34); }
H1.HeaderClassName
{
color: #AB2322;
}
.AnyTagClassName
{
color: #AB2322;
}
</style>
background-color css
<style>
a { background-color: #AB2322; }
a { background-color: rgb(171,35,34); }
div.DivClassName
{
background-color: #AB2322;
}
.BgClassName
{
background-color: #AB2322;
}
</style>
border-color css
<style>
span { border-color: #AB2322; }
span { border-color: rgb(171,35,34); }
td.TdClassName
{
border-color: #AB2322;
}
.TagClassName
{
border-color: #AB2322;
}
</style>