Shades of Fire Brick #AC2015
Tints of Fire Brick #AC2015
RGB
CMYK
RGB Variations
Color information
#AC2015 (or 0xAC2015) is known color: Fire Brick. HEX triplet: AC, 20 and 15. RGB value is (172,32,21). Sum of RGB (Red+Green+Blue) = 172+32+21=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2015 is #53DFEA. Grayscale: #484848. Windows color (decimal): -5496811 or 1384620. OLE color: 1384620.
HSL color Cylindrical-coordinate representation of color #AC2015: hue angle of 4.37º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC2015 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 21 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.33 |
| HSL | 4.37º | 0.78% | 0.38% | - |
| HSV(B) | 4.37º | 0.88% | 0.67% | - |
| XYZ | 17.67 | 9.86 | 1.68 | - |
| YUV | 72.61 | 98.88 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 21 | 0 | 0.81 | 0.88 | 0.33 | 4.37 | 0.78 | 0.38 |
| Hex | AC | 20 | 15 | 0 | 51 | 58 | 21 | 4 | 4E | 26 |
| Octal | 254 | 40 | 25 | 0 | 121 | 130 | 41 | 4 | 116 | 46 |
| Binary | 10101100 | 100000 | 10101 | 0 | 1010001 | 1011000 | 100001 | 100 | 1001110 | 100110 |
Color Harmonies of #AC2015
Complementary color
Monochromatic Colors of #AC2015
Black with #AC2015
Text Example
Text Example
White with #AC2015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2015; }
p { color: rgb(172,32,21); }
H1.HeaderClassName
{
color: #AC2015;
}
.AnyTagClassName
{
color: #AC2015;
}
</style>
background-color css
<style>
a { background-color: #AC2015; }
a { background-color: rgb(172,32,21); }
div.DivClassName
{
background-color: #AC2015;
}
.BgClassName
{
background-color: #AC2015;
}
</style>
border-color css
<style>
span { border-color: #AC2015; }
span { border-color: rgb(172,32,21); }
td.TdClassName
{
border-color: #AC2015;
}
.TagClassName
{
border-color: #AC2015;
}
</style>