Shades of Fire Brick #AB2A1D
Tints of Fire Brick #AB2A1D
RGB
CMYK
RGB Variations
Color information
#AB2A1D (or 0xAB2A1D) is known color: Fire Brick. HEX triplet: AB, 2A and 1D. RGB value is (171,42,29). Sum of RGB (Red+Green+Blue) = 171+42+29=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A1D is #54D5E2. Grayscale: #4F4F4F. Windows color (decimal): -5559779 or 1911467. OLE color: 1911467.
HSL color Cylindrical-coordinate representation of color #AB2A1D: hue angle of 5.49º 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 #AB2A1D is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 42 | 29 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.33 |
| HSL | 5.49º | 0.71% | 0.39% | - |
| HSV(B) | 5.49º | 0.83% | 0.67% | - |
| XYZ | 17.84 | 10.4 | 2.23 | - |
| YUV | 79.09 | 99.74 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 29 | 0 | 0.75 | 0.83 | 0.33 | 5.49 | 0.71 | 0.39 |
| Hex | AB | 2A | 1D | 0 | 4B | 53 | 21 | 5 | 47 | 27 |
| Octal | 253 | 52 | 35 | 0 | 113 | 123 | 41 | 5 | 107 | 47 |
| Binary | 10101011 | 101010 | 11101 | 0 | 1001011 | 1010011 | 100001 | 101 | 1000111 | 100111 |
Color Harmonies of #AB2A1D
Complementary color
Monochromatic Colors of #AB2A1D
Black with #AB2A1D
Text Example
Text Example
White with #AB2A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2A1D; }
p { color: rgb(171,42,29); }
H1.HeaderClassName
{
color: #AB2A1D;
}
.AnyTagClassName
{
color: #AB2A1D;
}
</style>
background-color css
<style>
a { background-color: #AB2A1D; }
a { background-color: rgb(171,42,29); }
div.DivClassName
{
background-color: #AB2A1D;
}
.BgClassName
{
background-color: #AB2A1D;
}
</style>
border-color css
<style>
span { border-color: #AB2A1D; }
span { border-color: rgb(171,42,29); }
td.TdClassName
{
border-color: #AB2A1D;
}
.TagClassName
{
border-color: #AB2A1D;
}
</style>