Shades of Fire Brick #AB2A1C
Tints of Fire Brick #AB2A1C
RGB
CMYK
RGB Variations
Color information
#AB2A1C (or 0xAB2A1C) is known color: Fire Brick. HEX triplet: AB, 2A and 1C. RGB value is (171,42,28). Sum of RGB (Red+Green+Blue) = 171+42+28=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A1C is #54D5E3. Grayscale: #4F4F4F. Windows color (decimal): -5559780 or 1845931. OLE color: 1845931.
HSL color Cylindrical-coordinate representation of color #AB2A1C: hue angle of 5.87º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB2A1C is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 42 | 28 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.33 |
| HSL | 5.87º | 0.72% | 0.39% | - |
| HSV(B) | 5.87º | 0.84% | 0.67% | - |
| XYZ | 17.83 | 10.4 | 2.17 | - |
| YUV | 78.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 28 | 0 | 0.75 | 0.84 | 0.33 | 5.87 | 0.72 | 0.39 |
| Hex | AB | 2A | 1C | 0 | 4B | 54 | 21 | 6 | 48 | 27 |
| Octal | 253 | 52 | 34 | 0 | 113 | 124 | 41 | 6 | 110 | 47 |
| Binary | 10101011 | 101010 | 11100 | 0 | 1001011 | 1010100 | 100001 | 110 | 1001000 | 100111 |
Color Harmonies of #AB2A1C
Complementary color
Monochromatic Colors of #AB2A1C
Black with #AB2A1C
Text Example
Text Example
White with #AB2A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2A1C; }
p { color: rgb(171,42,28); }
H1.HeaderClassName
{
color: #AB2A1C;
}
.AnyTagClassName
{
color: #AB2A1C;
}
</style>
background-color css
<style>
a { background-color: #AB2A1C; }
a { background-color: rgb(171,42,28); }
div.DivClassName
{
background-color: #AB2A1C;
}
.BgClassName
{
background-color: #AB2A1C;
}
</style>
border-color css
<style>
span { border-color: #AB2A1C; }
span { border-color: rgb(171,42,28); }
td.TdClassName
{
border-color: #AB2A1C;
}
.TagClassName
{
border-color: #AB2A1C;
}
</style>