Shades of Fire Brick #AC1614
Tints of Fire Brick #AC1614
RGB
CMYK
RGB Variations
Color information
#AC1614 (or 0xAC1614) is known color: Fire Brick. HEX triplet: AC, 16 and 14. RGB value is (172,22,20). Sum of RGB (Red+Green+Blue) = 172+22+20=214 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.37% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1614 is #53E9EB. Grayscale: #424242. Windows color (decimal): -5499372 or 1316524. OLE color: 1316524.
HSL color Cylindrical-coordinate representation of color #AC1614: hue angle of 0.79º degrees, saturation: 0.79, 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 #AC1614 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 20 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.33 |
| HSL | 0.79º | 0.79% | 0.38% | - |
| HSV(B) | 0.79º | 0.88% | 0.67% | - |
| XYZ | 17.43 | 9.39 | 1.56 | - |
| YUV | 66.62 | 101.7 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 20 | 0 | 0.87 | 0.88 | 0.33 | 0.79 | 0.79 | 0.38 |
| Hex | AC | 16 | 14 | 0 | 57 | 58 | 21 | 1 | 4F | 26 |
| Octal | 254 | 26 | 24 | 0 | 127 | 130 | 41 | 1 | 117 | 46 |
| Binary | 10101100 | 10110 | 10100 | 0 | 1010111 | 1011000 | 100001 | 1 | 1001111 | 100110 |
Color Harmonies of #AC1614
Complementary color
Monochromatic Colors of #AC1614
Black with #AC1614
Text Example
Text Example
White with #AC1614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1614; }
p { color: rgb(172,22,20); }
H1.HeaderClassName
{
color: #AC1614;
}
.AnyTagClassName
{
color: #AC1614;
}
</style>
background-color css
<style>
a { background-color: #AC1614; }
a { background-color: rgb(172,22,20); }
div.DivClassName
{
background-color: #AC1614;
}
.BgClassName
{
background-color: #AC1614;
}
</style>
border-color css
<style>
span { border-color: #AC1614; }
span { border-color: rgb(172,22,20); }
td.TdClassName
{
border-color: #AC1614;
}
.TagClassName
{
border-color: #AC1614;
}
</style>