Shades of Fire Brick #AC2C14
Tints of Fire Brick #AC2C14
RGB
CMYK
RGB Variations
Color information
#AC2C14 (or 0xAC2C14) is known color: Fire Brick. HEX triplet: AC, 2C and 14. RGB value is (172,44,20). Sum of RGB (Red+Green+Blue) = 172+44+20=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2C14 is #53D3EB. Grayscale: #4F4F4F. Windows color (decimal): -5493740 or 1322156. OLE color: 1322156.
HSL color Cylindrical-coordinate representation of color #AC2C14: hue angle of 9.47º 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 #AC2C14 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 44 | 20 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.33 |
| HSL | 9.47º | 0.79% | 0.38% | - |
| HSV(B) | 9.47º | 0.88% | 0.67% | - |
| XYZ | 18.04 | 10.62 | 1.76 | - |
| YUV | 79.54 | 94.41 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 44 | 20 | 0 | 0.74 | 0.88 | 0.33 | 9.47 | 0.79 | 0.38 |
| Hex | AC | 2C | 14 | 0 | 4A | 58 | 21 | 9 | 4F | 26 |
| Octal | 254 | 54 | 24 | 0 | 112 | 130 | 41 | 11 | 117 | 46 |
| Binary | 10101100 | 101100 | 10100 | 0 | 1001010 | 1011000 | 100001 | 1001 | 1001111 | 100110 |
Color Harmonies of #AC2C14
Complementary color
Monochromatic Colors of #AC2C14
Black with #AC2C14
Text Example
Text Example
White with #AC2C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2C14; }
p { color: rgb(172,44,20); }
H1.HeaderClassName
{
color: #AC2C14;
}
.AnyTagClassName
{
color: #AC2C14;
}
</style>
background-color css
<style>
a { background-color: #AC2C14; }
a { background-color: rgb(172,44,20); }
div.DivClassName
{
background-color: #AC2C14;
}
.BgClassName
{
background-color: #AC2C14;
}
</style>
border-color css
<style>
span { border-color: #AC2C14; }
span { border-color: rgb(172,44,20); }
td.TdClassName
{
border-color: #AC2C14;
}
.TagClassName
{
border-color: #AC2C14;
}
</style>