Shades of Fire Brick #AC1715
Tints of Fire Brick #AC1715
RGB
CMYK
RGB Variations
Color information
#AC1715 (or 0xAC1715) is known color: Fire Brick. HEX triplet: AC, 17 and 15. RGB value is (172,23,21). Sum of RGB (Red+Green+Blue) = 172+23+21=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1715 is #53E8EA. Grayscale: #434343. Windows color (decimal): -5499115 or 1382316. OLE color: 1382316.
HSL color Cylindrical-coordinate representation of color #AC1715: hue angle of 0.79º 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 #AC1715 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 21 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.33 |
| HSL | 0.79º | 0.78% | 0.38% | - |
| HSV(B) | 0.79º | 0.88% | 0.67% | - |
| XYZ | 17.46 | 9.44 | 1.61 | - |
| YUV | 67.32 | 101.86 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 21 | 0 | 0.87 | 0.88 | 0.33 | 0.79 | 0.78 | 0.38 |
| Hex | AC | 17 | 15 | 0 | 57 | 58 | 21 | 1 | 4E | 26 |
| Octal | 254 | 27 | 25 | 0 | 127 | 130 | 41 | 1 | 116 | 46 |
| Binary | 10101100 | 10111 | 10101 | 0 | 1010111 | 1011000 | 100001 | 1 | 1001110 | 100110 |
Color Harmonies of #AC1715
Complementary color
Monochromatic Colors of #AC1715
Black with #AC1715
Text Example
Text Example
White with #AC1715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1715; }
p { color: rgb(172,23,21); }
H1.HeaderClassName
{
color: #AC1715;
}
.AnyTagClassName
{
color: #AC1715;
}
</style>
background-color css
<style>
a { background-color: #AC1715; }
a { background-color: rgb(172,23,21); }
div.DivClassName
{
background-color: #AC1715;
}
.BgClassName
{
background-color: #AC1715;
}
</style>
border-color css
<style>
span { border-color: #AC1715; }
span { border-color: rgb(172,23,21); }
td.TdClassName
{
border-color: #AC1715;
}
.TagClassName
{
border-color: #AC1715;
}
</style>