Shades of Fire Brick #AC2E19
Tints of Fire Brick #AC2E19
RGB
CMYK
RGB Variations
Color information
#AC2E19 (or 0xAC2E19) is known color: Fire Brick. HEX triplet: AC, 2E and 19. RGB value is (172,46,25). Sum of RGB (Red+Green+Blue) = 172+46+25=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2E19 is #53D1E6. Grayscale: #515151. Windows color (decimal): -5493223 or 1650348. OLE color: 1650348.
HSL color Cylindrical-coordinate representation of color #AC2E19: hue angle of 8.57º 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 #AC2E19 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 46 | 25 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.33 |
| HSL | 8.57º | 0.75% | 0.39% | - |
| HSV(B) | 8.57º | 0.85% | 0.67% | - |
| XYZ | 18.17 | 10.79 | 2.05 | - |
| YUV | 81.28 | 96.24 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 25 | 0 | 0.73 | 0.85 | 0.33 | 8.57 | 0.75 | 0.39 |
| Hex | AC | 2E | 19 | 0 | 49 | 55 | 21 | 9 | 4B | 27 |
| Octal | 254 | 56 | 31 | 0 | 111 | 125 | 41 | 11 | 113 | 47 |
| Binary | 10101100 | 101110 | 11001 | 0 | 1001001 | 1010101 | 100001 | 1001 | 1001011 | 100111 |
Color Harmonies of #AC2E19
Complementary color
Monochromatic Colors of #AC2E19
Black with #AC2E19
Text Example
Text Example
White with #AC2E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2E19; }
p { color: rgb(172,46,25); }
H1.HeaderClassName
{
color: #AC2E19;
}
.AnyTagClassName
{
color: #AC2E19;
}
</style>
background-color css
<style>
a { background-color: #AC2E19; }
a { background-color: rgb(172,46,25); }
div.DivClassName
{
background-color: #AC2E19;
}
.BgClassName
{
background-color: #AC2E19;
}
</style>
border-color css
<style>
span { border-color: #AC2E19; }
span { border-color: rgb(172,46,25); }
td.TdClassName
{
border-color: #AC2E19;
}
.TagClassName
{
border-color: #AC2E19;
}
</style>