Shades of Fire Brick #AC1B16
Tints of Fire Brick #AC1B16
RGB
CMYK
RGB Variations
Color information
#AC1B16 (or 0xAC1B16) is known color: Fire Brick. HEX triplet: AC, 1B and 16. RGB value is (172,27,22). Sum of RGB (Red+Green+Blue) = 172+27+22=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1B16 is #53E4E9. Grayscale: #454545. Windows color (decimal): -5498090 or 1448876. OLE color: 1448876.
HSL color Cylindrical-coordinate representation of color #AC1B16: hue angle of 2º 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 #AC1B16 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 27 | 22 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.33 |
| HSL | 2º | 0.77% | 0.38% | - |
| HSV(B) | 2º | 0.87% | 0.67% | - |
| XYZ | 17.55 | 9.61 | 1.69 | - |
| YUV | 69.79 | 101.04 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 27 | 22 | 0 | 0.84 | 0.87 | 0.33 | 2 | 0.77 | 0.38 |
| Hex | AC | 1B | 16 | 0 | 54 | 57 | 21 | 2 | 4D | 26 |
| Octal | 254 | 33 | 26 | 0 | 124 | 127 | 41 | 2 | 115 | 46 |
| Binary | 10101100 | 11011 | 10110 | 0 | 1010100 | 1010111 | 100001 | 10 | 1001101 | 100110 |
Color Harmonies of #AC1B16
Complementary color
Monochromatic Colors of #AC1B16
Black with #AC1B16
Text Example
Text Example
White with #AC1B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1B16; }
p { color: rgb(172,27,22); }
H1.HeaderClassName
{
color: #AC1B16;
}
.AnyTagClassName
{
color: #AC1B16;
}
</style>
background-color css
<style>
a { background-color: #AC1B16; }
a { background-color: rgb(172,27,22); }
div.DivClassName
{
background-color: #AC1B16;
}
.BgClassName
{
background-color: #AC1B16;
}
</style>
border-color css
<style>
span { border-color: #AC1B16; }
span { border-color: rgb(172,27,22); }
td.TdClassName
{
border-color: #AC1B16;
}
.TagClassName
{
border-color: #AC1B16;
}
</style>