Shades of Fire Engine Red #AC1820
Tints of Fire Engine Red #AC1820
RGB
CMYK
RGB Variations
Color information
#AC1820 (or 0xAC1820) is known color: Fire Engine Red. HEX triplet: AC, 18 and 20. RGB value is (172,24,32). Sum of RGB (Red+Green+Blue) = 172+24+32=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1820 is #53E7DF. Grayscale: #454545. Windows color (decimal): -5498848 or 2103468. OLE color: 2103468.
HSL color Cylindrical-coordinate representation of color #AC1820: hue angle of 356.76º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1820 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 32 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.33 |
| HSL | 356.76º | 0.76% | 0.38% | - |
| HSV(B) | 356.76º | 0.86% | 0.67% | - |
| XYZ | 17.6 | 9.53 | 2.28 | - |
| YUV | 69.16 | 107.03 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 32 | 0 | 0.86 | 0.81 | 0.33 | 356.76 | 0.76 | 0.38 |
| Hex | AC | 18 | 20 | 0 | 56 | 51 | 21 | 165 | 4C | 26 |
| Octal | 254 | 30 | 40 | 0 | 126 | 121 | 41 | 545 | 114 | 46 |
| Binary | 10101100 | 11000 | 100000 | 0 | 1010110 | 1010001 | 100001 | 101100101 | 1001100 | 100110 |
Color Harmonies of #AC1820
Complementary color
Monochromatic Colors of #AC1820
Black with #AC1820
Text Example
Text Example
White with #AC1820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1820; }
p { color: rgb(172,24,32); }
H1.HeaderClassName
{
color: #AC1820;
}
.AnyTagClassName
{
color: #AC1820;
}
</style>
background-color css
<style>
a { background-color: #AC1820; }
a { background-color: rgb(172,24,32); }
div.DivClassName
{
background-color: #AC1820;
}
.BgClassName
{
background-color: #AC1820;
}
</style>
border-color css
<style>
span { border-color: #AC1820; }
span { border-color: rgb(172,24,32); }
td.TdClassName
{
border-color: #AC1820;
}
.TagClassName
{
border-color: #AC1820;
}
</style>