Shades of Fire Brick #AC2919
Tints of Fire Brick #AC2919
RGB
CMYK
RGB Variations
Color information
#AC2919 (or 0xAC2919) is known color: Fire Brick. HEX triplet: AC, 29 and 19. RGB value is (172,41,25). Sum of RGB (Red+Green+Blue) = 172+41+25=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2919 is #53D6E6. Grayscale: #4E4E4E. Windows color (decimal): -5494503 or 1649068. OLE color: 1649068.
HSL color Cylindrical-coordinate representation of color #AC2919: hue angle of 6.53º 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 #AC2919 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 25 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.33 |
| HSL | 6.53º | 0.75% | 0.39% | - |
| HSV(B) | 6.53º | 0.85% | 0.67% | - |
| XYZ | 17.98 | 10.43 | 1.98 | - |
| YUV | 78.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 25 | 0 | 0.76 | 0.85 | 0.33 | 6.53 | 0.75 | 0.39 |
| Hex | AC | 29 | 19 | 0 | 4C | 55 | 21 | 7 | 4B | 27 |
| Octal | 254 | 51 | 31 | 0 | 114 | 125 | 41 | 7 | 113 | 47 |
| Binary | 10101100 | 101001 | 11001 | 0 | 1001100 | 1010101 | 100001 | 111 | 1001011 | 100111 |
Color Harmonies of #AC2919
Complementary color
Monochromatic Colors of #AC2919
Black with #AC2919
Text Example
Text Example
White with #AC2919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2919; }
p { color: rgb(172,41,25); }
H1.HeaderClassName
{
color: #AC2919;
}
.AnyTagClassName
{
color: #AC2919;
}
</style>
background-color css
<style>
a { background-color: #AC2919; }
a { background-color: rgb(172,41,25); }
div.DivClassName
{
background-color: #AC2919;
}
.BgClassName
{
background-color: #AC2919;
}
</style>
border-color css
<style>
span { border-color: #AC2919; }
span { border-color: rgb(172,41,25); }
td.TdClassName
{
border-color: #AC2919;
}
.TagClassName
{
border-color: #AC2919;
}
</style>