Shades of Fire Brick #AB221F
Tints of Fire Brick #AB221F
RGB
CMYK
RGB Variations
Color information
#AB221F (or 0xAB221F) is known color: Fire Brick. HEX triplet: AB, 22 and 1F. RGB value is (171,34,31). Sum of RGB (Red+Green+Blue) = 171+34+31=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB221F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB221F is #54DDE0. Grayscale: #4A4A4A. Windows color (decimal): -5561825 or 2040491. OLE color: 2040491.
HSL color Cylindrical-coordinate representation of color #AB221F: hue angle of 1.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB221F is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 31 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.33 |
| HSL | 1.29º | 0.69% | 0.4% | - |
| HSV(B) | 1.29º | 0.82% | 0.67% | - |
| XYZ | 17.61 | 9.9 | 2.28 | - |
| YUV | 74.62 | 103.39 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 31 | 0 | 0.80 | 0.82 | 0.33 | 1.29 | 0.69 | 0.4 |
| Hex | AB | 22 | 1F | 0 | 50 | 52 | 21 | 1 | 45 | 28 |
| Octal | 253 | 42 | 37 | 0 | 120 | 122 | 41 | 1 | 105 | 50 |
| Binary | 10101011 | 100010 | 11111 | 0 | 1010000 | 1010010 | 100001 | 1 | 1000101 | 101000 |
Color Harmonies of #AB221F
Complementary color
Monochromatic Colors of #AB221F
Black with #AB221F
Text Example
Text Example
White with #AB221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB221F; }
p { color: rgb(171,34,31); }
H1.HeaderClassName
{
color: #AB221F;
}
.AnyTagClassName
{
color: #AB221F;
}
</style>
background-color css
<style>
a { background-color: #AB221F; }
a { background-color: rgb(171,34,31); }
div.DivClassName
{
background-color: #AB221F;
}
.BgClassName
{
background-color: #AB221F;
}
</style>
border-color css
<style>
span { border-color: #AB221F; }
span { border-color: rgb(171,34,31); }
td.TdClassName
{
border-color: #AB221F;
}
.TagClassName
{
border-color: #AB221F;
}
</style>