Shades of Fire Brick #AC1D16
Tints of Fire Brick #AC1D16
RGB
CMYK
RGB Variations
Color information
#AC1D16 (or 0xAC1D16) is known color: Fire Brick. HEX triplet: AC, 1D and 16. RGB value is (172,29,22). Sum of RGB (Red+Green+Blue) = 172+29+22=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1D16 is #53E2E9. Grayscale: #474747. Windows color (decimal): -5497578 or 1449388. OLE color: 1449388.
HSL color Cylindrical-coordinate representation of color #AC1D16: hue angle of 2.8º 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 #AC1D16 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 29 | 22 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.33 |
| HSL | 2.8º | 0.77% | 0.38% | - |
| HSV(B) | 2.8º | 0.87% | 0.67% | - |
| XYZ | 17.6 | 9.71 | 1.71 | - |
| YUV | 70.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 22 | 0 | 0.83 | 0.87 | 0.33 | 2.8 | 0.77 | 0.38 |
| Hex | AC | 1D | 16 | 0 | 53 | 57 | 21 | 3 | 4D | 26 |
| Octal | 254 | 35 | 26 | 0 | 123 | 127 | 41 | 3 | 115 | 46 |
| Binary | 10101100 | 11101 | 10110 | 0 | 1010011 | 1010111 | 100001 | 11 | 1001101 | 100110 |
Color Harmonies of #AC1D16
Complementary color
Monochromatic Colors of #AC1D16
Black with #AC1D16
Text Example
Text Example
White with #AC1D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1D16; }
p { color: rgb(172,29,22); }
H1.HeaderClassName
{
color: #AC1D16;
}
.AnyTagClassName
{
color: #AC1D16;
}
</style>
background-color css
<style>
a { background-color: #AC1D16; }
a { background-color: rgb(172,29,22); }
div.DivClassName
{
background-color: #AC1D16;
}
.BgClassName
{
background-color: #AC1D16;
}
</style>
border-color css
<style>
span { border-color: #AC1D16; }
span { border-color: rgb(172,29,22); }
td.TdClassName
{
border-color: #AC1D16;
}
.TagClassName
{
border-color: #AC1D16;
}
</style>