Shades of Fire Brick #AC1811
Tints of Fire Brick #AC1811
RGB
CMYK
RGB Variations
Color information
#AC1811 (or 0xAC1811) is known color: Fire Brick. HEX triplet: AC, 18 and 11. RGB value is (172,24,17). Sum of RGB (Red+Green+Blue) = 172+24+17=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1811 is #53E7EE. Grayscale: #434343. Windows color (decimal): -5498863 or 1120428. OLE color: 1120428.
HSL color Cylindrical-coordinate representation of color #AC1811: hue angle of 2.71º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1811 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 17 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.33 |
| HSL | 2.71º | 0.82% | 0.37% | - |
| HSV(B) | 2.71º | 0.9% | 0.67% | - |
| XYZ | 17.44 | 9.46 | 1.44 | - |
| YUV | 67.45 | 99.53 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 17 | 0 | 0.86 | 0.90 | 0.33 | 2.71 | 0.82 | 0.37 |
| Hex | AC | 18 | 11 | 0 | 56 | 5A | 21 | 3 | 52 | 25 |
| Octal | 254 | 30 | 21 | 0 | 126 | 132 | 41 | 3 | 122 | 45 |
| Binary | 10101100 | 11000 | 10001 | 0 | 1010110 | 1011010 | 100001 | 11 | 1010010 | 100101 |
Color Harmonies of #AC1811
Complementary color
Monochromatic Colors of #AC1811
Black with #AC1811
Text Example
Text Example
White with #AC1811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1811; }
p { color: rgb(172,24,17); }
H1.HeaderClassName
{
color: #AC1811;
}
.AnyTagClassName
{
color: #AC1811;
}
</style>
background-color css
<style>
a { background-color: #AC1811; }
a { background-color: rgb(172,24,17); }
div.DivClassName
{
background-color: #AC1811;
}
.BgClassName
{
background-color: #AC1811;
}
</style>
border-color css
<style>
span { border-color: #AC1811; }
span { border-color: rgb(172,24,17); }
td.TdClassName
{
border-color: #AC1811;
}
.TagClassName
{
border-color: #AC1811;
}
</style>