Shades of Fire Brick #AB221D
Tints of Fire Brick #AB221D
RGB
CMYK
RGB Variations
Color information
#AB221D (or 0xAB221D) is known color: Fire Brick. HEX triplet: AB, 22 and 1D. RGB value is (171,34,29). Sum of RGB (Red+Green+Blue) = 171+34+29=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB221D is #54DDE2. Grayscale: #4A4A4A. Windows color (decimal): -5561827 or 1909419. OLE color: 1909419.
HSL color Cylindrical-coordinate representation of color #AB221D: hue angle of 2.11º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB221D is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 29 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.33 |
| HSL | 2.11º | 0.71% | 0.39% | - |
| HSV(B) | 2.11º | 0.83% | 0.67% | - |
| XYZ | 17.59 | 9.89 | 2.14 | - |
| YUV | 74.39 | 102.39 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 29 | 0 | 0.80 | 0.83 | 0.33 | 2.11 | 0.71 | 0.39 |
| Hex | AB | 22 | 1D | 0 | 50 | 53 | 21 | 2 | 47 | 27 |
| Octal | 253 | 42 | 35 | 0 | 120 | 123 | 41 | 2 | 107 | 47 |
| Binary | 10101011 | 100010 | 11101 | 0 | 1010000 | 1010011 | 100001 | 10 | 1000111 | 100111 |
Color Harmonies of #AB221D
Complementary color
Monochromatic Colors of #AB221D
Black with #AB221D
Text Example
Text Example
White with #AB221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB221D; }
p { color: rgb(171,34,29); }
H1.HeaderClassName
{
color: #AB221D;
}
.AnyTagClassName
{
color: #AB221D;
}
</style>
background-color css
<style>
a { background-color: #AB221D; }
a { background-color: rgb(171,34,29); }
div.DivClassName
{
background-color: #AB221D;
}
.BgClassName
{
background-color: #AB221D;
}
</style>
border-color css
<style>
span { border-color: #AB221D; }
span { border-color: rgb(171,34,29); }
td.TdClassName
{
border-color: #AB221D;
}
.TagClassName
{
border-color: #AB221D;
}
</style>