Shades of Fire Brick #AB2C1D
Tints of Fire Brick #AB2C1D
RGB
CMYK
RGB Variations
Color information
#AB2C1D (or 0xAB2C1D) is known color: Fire Brick. HEX triplet: AB, 2C and 1D. RGB value is (171,44,29). Sum of RGB (Red+Green+Blue) = 171+44+29=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2C1D is #54D3E2. Grayscale: #505050. Windows color (decimal): -5559267 or 1911979. OLE color: 1911979.
HSL color Cylindrical-coordinate representation of color #AB2C1D: hue angle of 6.34º 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 #AB2C1D is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 29 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.33 |
| HSL | 6.34º | 0.71% | 0.39% | - |
| HSV(B) | 6.34º | 0.83% | 0.67% | - |
| XYZ | 17.92 | 10.55 | 2.25 | - |
| YUV | 80.26 | 99.08 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 29 | 0 | 0.74 | 0.83 | 0.33 | 6.34 | 0.71 | 0.39 |
| Hex | AB | 2C | 1D | 0 | 4A | 53 | 21 | 6 | 47 | 27 |
| Octal | 253 | 54 | 35 | 0 | 112 | 123 | 41 | 6 | 107 | 47 |
| Binary | 10101011 | 101100 | 11101 | 0 | 1001010 | 1010011 | 100001 | 110 | 1000111 | 100111 |
Color Harmonies of #AB2C1D
Complementary color
Monochromatic Colors of #AB2C1D
Black with #AB2C1D
Text Example
Text Example
White with #AB2C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2C1D; }
p { color: rgb(171,44,29); }
H1.HeaderClassName
{
color: #AB2C1D;
}
.AnyTagClassName
{
color: #AB2C1D;
}
</style>
background-color css
<style>
a { background-color: #AB2C1D; }
a { background-color: rgb(171,44,29); }
div.DivClassName
{
background-color: #AB2C1D;
}
.BgClassName
{
background-color: #AB2C1D;
}
</style>
border-color css
<style>
span { border-color: #AB2C1D; }
span { border-color: rgb(171,44,29); }
td.TdClassName
{
border-color: #AB2C1D;
}
.TagClassName
{
border-color: #AB2C1D;
}
</style>