Shades of Fire Brick #AC2C18
Tints of Fire Brick #AC2C18
RGB
CMYK
RGB Variations
Color information
#AC2C18 (or 0xAC2C18) is known color: Fire Brick. HEX triplet: AC, 2C and 18. RGB value is (172,44,24). Sum of RGB (Red+Green+Blue) = 172+44+24=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2C18 is #53D3E7. Grayscale: #505050. Windows color (decimal): -5493736 or 1584300. OLE color: 1584300.
HSL color Cylindrical-coordinate representation of color #AC2C18: hue angle of 8.11º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC2C18 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 44 | 24 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.33 |
| HSL | 8.11º | 0.76% | 0.38% | - |
| HSV(B) | 8.11º | 0.86% | 0.67% | - |
| XYZ | 18.08 | 10.64 | 1.96 | - |
| YUV | 79.99 | 96.41 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 44 | 24 | 0 | 0.74 | 0.86 | 0.33 | 8.11 | 0.76 | 0.38 |
| Hex | AC | 2C | 18 | 0 | 4A | 56 | 21 | 8 | 4C | 26 |
| Octal | 254 | 54 | 30 | 0 | 112 | 126 | 41 | 10 | 114 | 46 |
| Binary | 10101100 | 101100 | 11000 | 0 | 1001010 | 1010110 | 100001 | 1000 | 1001100 | 100110 |
Color Harmonies of #AC2C18
Complementary color
Monochromatic Colors of #AC2C18
Black with #AC2C18
Text Example
Text Example
White with #AC2C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2C18; }
p { color: rgb(172,44,24); }
H1.HeaderClassName
{
color: #AC2C18;
}
.AnyTagClassName
{
color: #AC2C18;
}
</style>
background-color css
<style>
a { background-color: #AC2C18; }
a { background-color: rgb(172,44,24); }
div.DivClassName
{
background-color: #AC2C18;
}
.BgClassName
{
background-color: #AC2C18;
}
</style>
border-color css
<style>
span { border-color: #AC2C18; }
span { border-color: rgb(172,44,24); }
td.TdClassName
{
border-color: #AC2C18;
}
.TagClassName
{
border-color: #AC2C18;
}
</style>