Shades of Fire Brick #AC2719
Tints of Fire Brick #AC2719
RGB
CMYK
RGB Variations
Color information
#AC2719 (or 0xAC2719) is known color: Fire Brick. HEX triplet: AC, 27 and 19. RGB value is (172,39,25). Sum of RGB (Red+Green+Blue) = 172+39+25=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2719 is #53D8E6. Grayscale: #4D4D4D. Windows color (decimal): -5495015 or 1648556. OLE color: 1648556.
HSL color Cylindrical-coordinate representation of color #AC2719: hue angle of 5.71º 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 #AC2719 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 25 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.33 |
| HSL | 5.71º | 0.75% | 0.39% | - |
| HSV(B) | 5.71º | 0.85% | 0.67% | - |
| XYZ | 17.91 | 10.29 | 1.96 | - |
| YUV | 77.17 | 98.56 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 25 | 0 | 0.77 | 0.85 | 0.33 | 5.71 | 0.75 | 0.39 |
| Hex | AC | 27 | 19 | 0 | 4D | 55 | 21 | 6 | 4B | 27 |
| Octal | 254 | 47 | 31 | 0 | 115 | 125 | 41 | 6 | 113 | 47 |
| Binary | 10101100 | 100111 | 11001 | 0 | 1001101 | 1010101 | 100001 | 110 | 1001011 | 100111 |
Color Harmonies of #AC2719
Complementary color
Monochromatic Colors of #AC2719
Black with #AC2719
Text Example
Text Example
White with #AC2719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2719; }
p { color: rgb(172,39,25); }
H1.HeaderClassName
{
color: #AC2719;
}
.AnyTagClassName
{
color: #AC2719;
}
</style>
background-color css
<style>
a { background-color: #AC2719; }
a { background-color: rgb(172,39,25); }
div.DivClassName
{
background-color: #AC2719;
}
.BgClassName
{
background-color: #AC2719;
}
</style>
border-color css
<style>
span { border-color: #AC2719; }
span { border-color: rgb(172,39,25); }
td.TdClassName
{
border-color: #AC2719;
}
.TagClassName
{
border-color: #AC2719;
}
</style>