Shades of Fire Brick #AC291A
Tints of Fire Brick #AC291A
RGB
CMYK
RGB Variations
Color information
#AC291A (or 0xAC291A) is known color: Fire Brick. HEX triplet: AC, 29 and 1A. RGB value is (172,41,26). Sum of RGB (Red+Green+Blue) = 172+41+26=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC291A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC291A is #53D6E5. Grayscale: #4E4E4E. Windows color (decimal): -5494502 or 1714604. OLE color: 1714604.
HSL color Cylindrical-coordinate representation of color #AC291A: hue angle of 6.16º degrees, saturation: 0.74, 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 #AC291A is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 26 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.33 |
| HSL | 6.16º | 0.74% | 0.39% | - |
| HSV(B) | 6.16º | 0.85% | 0.67% | - |
| XYZ | 17.99 | 10.43 | 2.04 | - |
| YUV | 78.46 | 98.4 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 26 | 0 | 0.76 | 0.85 | 0.33 | 6.16 | 0.74 | 0.39 |
| Hex | AC | 29 | 1A | 0 | 4C | 55 | 21 | 6 | 4A | 27 |
| Octal | 254 | 51 | 32 | 0 | 114 | 125 | 41 | 6 | 112 | 47 |
| Binary | 10101100 | 101001 | 11010 | 0 | 1001100 | 1010101 | 100001 | 110 | 1001010 | 100111 |
Color Harmonies of #AC291A
Complementary color
Monochromatic Colors of #AC291A
Black with #AC291A
Text Example
Text Example
White with #AC291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC291A; }
p { color: rgb(172,41,26); }
H1.HeaderClassName
{
color: #AC291A;
}
.AnyTagClassName
{
color: #AC291A;
}
</style>
background-color css
<style>
a { background-color: #AC291A; }
a { background-color: rgb(172,41,26); }
div.DivClassName
{
background-color: #AC291A;
}
.BgClassName
{
background-color: #AC291A;
}
</style>
border-color css
<style>
span { border-color: #AC291A; }
span { border-color: rgb(172,41,26); }
td.TdClassName
{
border-color: #AC291A;
}
.TagClassName
{
border-color: #AC291A;
}
</style>