Shades of Fire Brick #AC1915
Tints of Fire Brick #AC1915
RGB
CMYK
RGB Variations
Color information
#AC1915 (or 0xAC1915) is known color: Fire Brick. HEX triplet: AC, 19 and 15. RGB value is (172,25,21). Sum of RGB (Red+Green+Blue) = 172+25+21=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1915 is #53E6EA. Grayscale: #444444. Windows color (decimal): -5498603 or 1382828. OLE color: 1382828.
HSL color Cylindrical-coordinate representation of color #AC1915: hue angle of 1.59º degrees, saturation: 0.78, 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 #AC1915 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 21 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.33 |
| HSL | 1.59º | 0.78% | 0.38% | - |
| HSV(B) | 1.59º | 0.88% | 0.67% | - |
| XYZ | 17.5 | 9.52 | 1.62 | - |
| YUV | 68.5 | 101.2 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 21 | 0 | 0.85 | 0.88 | 0.33 | 1.59 | 0.78 | 0.38 |
| Hex | AC | 19 | 15 | 0 | 55 | 58 | 21 | 2 | 4E | 26 |
| Octal | 254 | 31 | 25 | 0 | 125 | 130 | 41 | 2 | 116 | 46 |
| Binary | 10101100 | 11001 | 10101 | 0 | 1010101 | 1011000 | 100001 | 10 | 1001110 | 100110 |
Color Harmonies of #AC1915
Complementary color
Monochromatic Colors of #AC1915
Black with #AC1915
Text Example
Text Example
White with #AC1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1915; }
p { color: rgb(172,25,21); }
H1.HeaderClassName
{
color: #AC1915;
}
.AnyTagClassName
{
color: #AC1915;
}
</style>
background-color css
<style>
a { background-color: #AC1915; }
a { background-color: rgb(172,25,21); }
div.DivClassName
{
background-color: #AC1915;
}
.BgClassName
{
background-color: #AC1915;
}
</style>
border-color css
<style>
span { border-color: #AC1915; }
span { border-color: rgb(172,25,21); }
td.TdClassName
{
border-color: #AC1915;
}
.TagClassName
{
border-color: #AC1915;
}
</style>