Shades of Fire Brick #AC1A16
Tints of Fire Brick #AC1A16
RGB
CMYK
RGB Variations
Color information
#AC1A16 (or 0xAC1A16) is known color: Fire Brick. HEX triplet: AC, 1A and 16. RGB value is (172,26,22). Sum of RGB (Red+Green+Blue) = 172+26+22=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1A16 is #53E5E9. Grayscale: #454545. Windows color (decimal): -5498346 or 1448620. OLE color: 1448620.
HSL color Cylindrical-coordinate representation of color #AC1A16: hue angle of 1.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1A16 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 22 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.33 |
| HSL | 1.6º | 0.77% | 0.38% | - |
| HSV(B) | 1.6º | 0.87% | 0.67% | - |
| XYZ | 17.53 | 9.57 | 1.68 | - |
| YUV | 69.2 | 101.37 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 22 | 0 | 0.85 | 0.87 | 0.33 | 1.6 | 0.77 | 0.38 |
| Hex | AC | 1A | 16 | 0 | 55 | 57 | 21 | 2 | 4D | 26 |
| Octal | 254 | 32 | 26 | 0 | 125 | 127 | 41 | 2 | 115 | 46 |
| Binary | 10101100 | 11010 | 10110 | 0 | 1010101 | 1010111 | 100001 | 10 | 1001101 | 100110 |
Color Harmonies of #AC1A16
Complementary color
Monochromatic Colors of #AC1A16
Black with #AC1A16
Text Example
Text Example
White with #AC1A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A16; }
p { color: rgb(172,26,22); }
H1.HeaderClassName
{
color: #AC1A16;
}
.AnyTagClassName
{
color: #AC1A16;
}
</style>
background-color css
<style>
a { background-color: #AC1A16; }
a { background-color: rgb(172,26,22); }
div.DivClassName
{
background-color: #AC1A16;
}
.BgClassName
{
background-color: #AC1A16;
}
</style>
border-color css
<style>
span { border-color: #AC1A16; }
span { border-color: rgb(172,26,22); }
td.TdClassName
{
border-color: #AC1A16;
}
.TagClassName
{
border-color: #AC1A16;
}
</style>