Shades of Fire Brick #AC1911
Tints of Fire Brick #AC1911
RGB
CMYK
RGB Variations
Color information
#AC1911 (or 0xAC1911) is known color: Fire Brick. HEX triplet: AC, 19 and 11. RGB value is (172,25,17). Sum of RGB (Red+Green+Blue) = 172+25+17=214 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.37% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1911 is #53E6EE. Grayscale: #444444. Windows color (decimal): -5498607 or 1120684. OLE color: 1120684.
HSL color Cylindrical-coordinate representation of color #AC1911: hue angle of 3.1º 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 #AC1911 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 17 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.33 |
| HSL | 3.1º | 0.82% | 0.37% | - |
| HSV(B) | 3.1º | 0.9% | 0.67% | - |
| XYZ | 17.46 | 9.51 | 1.44 | - |
| YUV | 68.04 | 99.2 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 17 | 0 | 0.85 | 0.90 | 0.33 | 3.1 | 0.82 | 0.37 |
| Hex | AC | 19 | 11 | 0 | 55 | 5A | 21 | 3 | 52 | 25 |
| Octal | 254 | 31 | 21 | 0 | 125 | 132 | 41 | 3 | 122 | 45 |
| Binary | 10101100 | 11001 | 10001 | 0 | 1010101 | 1011010 | 100001 | 11 | 1010010 | 100101 |
Color Harmonies of #AC1911
Complementary color
Monochromatic Colors of #AC1911
Black with #AC1911
Text Example
Text Example
White with #AC1911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1911; }
p { color: rgb(172,25,17); }
H1.HeaderClassName
{
color: #AC1911;
}
.AnyTagClassName
{
color: #AC1911;
}
</style>
background-color css
<style>
a { background-color: #AC1911; }
a { background-color: rgb(172,25,17); }
div.DivClassName
{
background-color: #AC1911;
}
.BgClassName
{
background-color: #AC1911;
}
</style>
border-color css
<style>
span { border-color: #AC1911; }
span { border-color: rgb(172,25,17); }
td.TdClassName
{
border-color: #AC1911;
}
.TagClassName
{
border-color: #AC1911;
}
</style>