Shades of Fire Brick #AC2114
Tints of Fire Brick #AC2114
RGB
CMYK
RGB Variations
Color information
#AC2114 (or 0xAC2114) is known color: Fire Brick. HEX triplet: AC, 21 and 14. RGB value is (172,33,20). Sum of RGB (Red+Green+Blue) = 172+33+20=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2114 is #53DEEB. Grayscale: #494949. Windows color (decimal): -5496556 or 1319340. OLE color: 1319340.
HSL color Cylindrical-coordinate representation of color #AC2114: hue angle of 5.13º degrees, saturation: 0.79, 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 #AC2114 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 20 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.33 |
| HSL | 5.13º | 0.79% | 0.38% | - |
| HSV(B) | 5.13º | 0.88% | 0.67% | - |
| XYZ | 17.68 | 9.91 | 1.64 | - |
| YUV | 73.08 | 98.05 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 20 | 0 | 0.81 | 0.88 | 0.33 | 5.13 | 0.79 | 0.38 |
| Hex | AC | 21 | 14 | 0 | 51 | 58 | 21 | 5 | 4F | 26 |
| Octal | 254 | 41 | 24 | 0 | 121 | 130 | 41 | 5 | 117 | 46 |
| Binary | 10101100 | 100001 | 10100 | 0 | 1010001 | 1011000 | 100001 | 101 | 1001111 | 100110 |
Color Harmonies of #AC2114
Complementary color
Monochromatic Colors of #AC2114
Black with #AC2114
Text Example
Text Example
White with #AC2114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2114; }
p { color: rgb(172,33,20); }
H1.HeaderClassName
{
color: #AC2114;
}
.AnyTagClassName
{
color: #AC2114;
}
</style>
background-color css
<style>
a { background-color: #AC2114; }
a { background-color: rgb(172,33,20); }
div.DivClassName
{
background-color: #AC2114;
}
.BgClassName
{
background-color: #AC2114;
}
</style>
border-color css
<style>
span { border-color: #AC2114; }
span { border-color: rgb(172,33,20); }
td.TdClassName
{
border-color: #AC2114;
}
.TagClassName
{
border-color: #AC2114;
}
</style>