Shades of Fire Brick #AC2115
Tints of Fire Brick #AC2115
RGB
CMYK
RGB Variations
Color information
#AC2115 (or 0xAC2115) is known color: Fire Brick. HEX triplet: AC, 21 and 15. RGB value is (172,33,21). Sum of RGB (Red+Green+Blue) = 172+33+21=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2115 is #53DEEA. Grayscale: #494949. Windows color (decimal): -5496555 or 1384876. OLE color: 1384876.
HSL color Cylindrical-coordinate representation of color #AC2115: hue angle of 4.77º 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 #AC2115 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 21 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.33 |
| HSL | 4.77º | 0.78% | 0.38% | - |
| HSV(B) | 4.77º | 0.88% | 0.67% | - |
| XYZ | 17.69 | 9.91 | 1.69 | - |
| YUV | 73.19 | 98.55 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 21 | 0 | 0.81 | 0.88 | 0.33 | 4.77 | 0.78 | 0.38 |
| Hex | AC | 21 | 15 | 0 | 51 | 58 | 21 | 5 | 4E | 26 |
| Octal | 254 | 41 | 25 | 0 | 121 | 130 | 41 | 5 | 116 | 46 |
| Binary | 10101100 | 100001 | 10101 | 0 | 1010001 | 1011000 | 100001 | 101 | 1001110 | 100110 |
Color Harmonies of #AC2115
Complementary color
Monochromatic Colors of #AC2115
Black with #AC2115
Text Example
Text Example
White with #AC2115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2115; }
p { color: rgb(172,33,21); }
H1.HeaderClassName
{
color: #AC2115;
}
.AnyTagClassName
{
color: #AC2115;
}
</style>
background-color css
<style>
a { background-color: #AC2115; }
a { background-color: rgb(172,33,21); }
div.DivClassName
{
background-color: #AC2115;
}
.BgClassName
{
background-color: #AC2115;
}
</style>
border-color css
<style>
span { border-color: #AC2115; }
span { border-color: rgb(172,33,21); }
td.TdClassName
{
border-color: #AC2115;
}
.TagClassName
{
border-color: #AC2115;
}
</style>