Shades of Fire Brick #AC2019
Tints of Fire Brick #AC2019
RGB
CMYK
RGB Variations
Color information
#AC2019 (or 0xAC2019) is known color: Fire Brick. HEX triplet: AC, 20 and 19. RGB value is (172,32,25). Sum of RGB (Red+Green+Blue) = 172+32+25=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2019 is #53DFE6. Grayscale: #494949. Windows color (decimal): -5496807 or 1646764. OLE color: 1646764.
HSL color Cylindrical-coordinate representation of color #AC2019: hue angle of 2.86º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC2019 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 25 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.33 |
| HSL | 2.86º | 0.75% | 0.39% | - |
| HSV(B) | 2.86º | 0.85% | 0.67% | - |
| XYZ | 17.71 | 9.87 | 1.89 | - |
| YUV | 73.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 25 | 0 | 0.81 | 0.85 | 0.33 | 2.86 | 0.75 | 0.39 |
| Hex | AC | 20 | 19 | 0 | 51 | 55 | 21 | 3 | 4B | 27 |
| Octal | 254 | 40 | 31 | 0 | 121 | 125 | 41 | 3 | 113 | 47 |
| Binary | 10101100 | 100000 | 11001 | 0 | 1010001 | 1010101 | 100001 | 11 | 1001011 | 100111 |
Color Harmonies of #AC2019
Complementary color
Monochromatic Colors of #AC2019
Black with #AC2019
Text Example
Text Example
White with #AC2019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2019; }
p { color: rgb(172,32,25); }
H1.HeaderClassName
{
color: #AC2019;
}
.AnyTagClassName
{
color: #AC2019;
}
</style>
background-color css
<style>
a { background-color: #AC2019; }
a { background-color: rgb(172,32,25); }
div.DivClassName
{
background-color: #AC2019;
}
.BgClassName
{
background-color: #AC2019;
}
</style>
border-color css
<style>
span { border-color: #AC2019; }
span { border-color: rgb(172,32,25); }
td.TdClassName
{
border-color: #AC2019;
}
.TagClassName
{
border-color: #AC2019;
}
</style>