Shades of Fire Brick #AC2013
Tints of Fire Brick #AC2013
RGB
CMYK
RGB Variations
Color information
#AC2013 (or 0xAC2013) is known color: Fire Brick. HEX triplet: AC, 20 and 13. RGB value is (172,32,19). Sum of RGB (Red+Green+Blue) = 172+32+19=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2013 is #53DFEC. Grayscale: #484848. Windows color (decimal): -5496813 or 1253548. OLE color: 1253548.
HSL color Cylindrical-coordinate representation of color #AC2013: hue angle of 5.1º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC2013 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 19 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.33 |
| HSL | 5.1º | 0.8% | 0.37% | - |
| HSV(B) | 5.1º | 0.89% | 0.67% | - |
| XYZ | 17.65 | 9.85 | 1.59 | - |
| YUV | 72.38 | 97.88 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 19 | 0 | 0.81 | 0.89 | 0.33 | 5.1 | 0.8 | 0.37 |
| Hex | AC | 20 | 13 | 0 | 51 | 59 | 21 | 5 | 50 | 25 |
| Octal | 254 | 40 | 23 | 0 | 121 | 131 | 41 | 5 | 120 | 45 |
| Binary | 10101100 | 100000 | 10011 | 0 | 1010001 | 1011001 | 100001 | 101 | 1010000 | 100101 |
Color Harmonies of #AC2013
Complementary color
Monochromatic Colors of #AC2013
Black with #AC2013
Text Example
Text Example
White with #AC2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2013; }
p { color: rgb(172,32,19); }
H1.HeaderClassName
{
color: #AC2013;
}
.AnyTagClassName
{
color: #AC2013;
}
</style>
background-color css
<style>
a { background-color: #AC2013; }
a { background-color: rgb(172,32,19); }
div.DivClassName
{
background-color: #AC2013;
}
.BgClassName
{
background-color: #AC2013;
}
</style>
border-color css
<style>
span { border-color: #AC2013; }
span { border-color: rgb(172,32,19); }
td.TdClassName
{
border-color: #AC2013;
}
.TagClassName
{
border-color: #AC2013;
}
</style>