Shades of Fire Brick #AB2C1A
Tints of Fire Brick #AB2C1A
RGB
CMYK
RGB Variations
Color information
#AB2C1A (or 0xAB2C1A) is known color: Fire Brick. HEX triplet: AB, 2C and 1A. RGB value is (171,44,26). Sum of RGB (Red+Green+Blue) = 171+44+26=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2C1A is #54D3E5. Grayscale: #505050. Windows color (decimal): -5559270 or 1715371. OLE color: 1715371.
HSL color Cylindrical-coordinate representation of color #AB2C1A: hue angle of 7.45º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB2C1A is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 26 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.33 |
| HSL | 7.45º | 0.74% | 0.39% | - |
| HSV(B) | 7.45º | 0.85% | 0.67% | - |
| XYZ | 17.88 | 10.53 | 2.07 | - |
| YUV | 79.92 | 97.58 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 26 | 0 | 0.74 | 0.85 | 0.33 | 7.45 | 0.74 | 0.39 |
| Hex | AB | 2C | 1A | 0 | 4A | 55 | 21 | 7 | 4A | 27 |
| Octal | 253 | 54 | 32 | 0 | 112 | 125 | 41 | 7 | 112 | 47 |
| Binary | 10101011 | 101100 | 11010 | 0 | 1001010 | 1010101 | 100001 | 111 | 1001010 | 100111 |
Color Harmonies of #AB2C1A
Complementary color
Monochromatic Colors of #AB2C1A
Black with #AB2C1A
Text Example
Text Example
White with #AB2C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2C1A; }
p { color: rgb(171,44,26); }
H1.HeaderClassName
{
color: #AB2C1A;
}
.AnyTagClassName
{
color: #AB2C1A;
}
</style>
background-color css
<style>
a { background-color: #AB2C1A; }
a { background-color: rgb(171,44,26); }
div.DivClassName
{
background-color: #AB2C1A;
}
.BgClassName
{
background-color: #AB2C1A;
}
</style>
border-color css
<style>
span { border-color: #AB2C1A; }
span { border-color: rgb(171,44,26); }
td.TdClassName
{
border-color: #AB2C1A;
}
.TagClassName
{
border-color: #AB2C1A;
}
</style>