Shades of Fire Brick #AB2C19
Tints of Fire Brick #AB2C19
RGB
CMYK
RGB Variations
Color information
#AB2C19 (or 0xAB2C19) is known color: Fire Brick. HEX triplet: AB, 2C and 19. RGB value is (171,44,25). Sum of RGB (Red+Green+Blue) = 171+44+25=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2C19 is #54D3E6. Grayscale: #505050. Windows color (decimal): -5559271 or 1649835. OLE color: 1649835.
HSL color Cylindrical-coordinate representation of color #AB2C19: hue angle of 7.81º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB2C19 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 25 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.33 |
| HSL | 7.81º | 0.74% | 0.38% | - |
| HSV(B) | 7.81º | 0.85% | 0.67% | - |
| XYZ | 17.87 | 10.53 | 2.01 | - |
| YUV | 79.81 | 97.08 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 25 | 0 | 0.74 | 0.85 | 0.33 | 7.81 | 0.74 | 0.38 |
| Hex | AB | 2C | 19 | 0 | 4A | 55 | 21 | 8 | 4A | 26 |
| Octal | 253 | 54 | 31 | 0 | 112 | 125 | 41 | 10 | 112 | 46 |
| Binary | 10101011 | 101100 | 11001 | 0 | 1001010 | 1010101 | 100001 | 1000 | 1001010 | 100110 |
Color Harmonies of #AB2C19
Complementary color
Monochromatic Colors of #AB2C19
Black with #AB2C19
Text Example
Text Example
White with #AB2C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2C19; }
p { color: rgb(171,44,25); }
H1.HeaderClassName
{
color: #AB2C19;
}
.AnyTagClassName
{
color: #AB2C19;
}
</style>
background-color css
<style>
a { background-color: #AB2C19; }
a { background-color: rgb(171,44,25); }
div.DivClassName
{
background-color: #AB2C19;
}
.BgClassName
{
background-color: #AB2C19;
}
</style>
border-color css
<style>
span { border-color: #AB2C19; }
span { border-color: rgb(171,44,25); }
td.TdClassName
{
border-color: #AB2C19;
}
.TagClassName
{
border-color: #AB2C19;
}
</style>