Shades of Fire Brick #AC291D
Tints of Fire Brick #AC291D
RGB
CMYK
RGB Variations
Color information
#AC291D (or 0xAC291D) is known color: Fire Brick. HEX triplet: AC, 29 and 1D. RGB value is (172,41,29). Sum of RGB (Red+Green+Blue) = 172+41+29=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC291D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC291D is #53D6E2. Grayscale: #4E4E4E. Windows color (decimal): -5494499 or 1911212. OLE color: 1911212.
HSL color Cylindrical-coordinate representation of color #AC291D: hue angle of 5.03º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC291D is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 29 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.33 |
| HSL | 5.03º | 0.71% | 0.39% | - |
| HSV(B) | 5.03º | 0.83% | 0.67% | - |
| XYZ | 18.03 | 10.45 | 2.23 | - |
| YUV | 78.8 | 99.9 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 29 | 0 | 0.76 | 0.83 | 0.33 | 5.03 | 0.71 | 0.39 |
| Hex | AC | 29 | 1D | 0 | 4C | 53 | 21 | 5 | 47 | 27 |
| Octal | 254 | 51 | 35 | 0 | 114 | 123 | 41 | 5 | 107 | 47 |
| Binary | 10101100 | 101001 | 11101 | 0 | 1001100 | 1010011 | 100001 | 101 | 1000111 | 100111 |
Color Harmonies of #AC291D
Complementary color
Monochromatic Colors of #AC291D
Black with #AC291D
Text Example
Text Example
White with #AC291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC291D; }
p { color: rgb(172,41,29); }
H1.HeaderClassName
{
color: #AC291D;
}
.AnyTagClassName
{
color: #AC291D;
}
</style>
background-color css
<style>
a { background-color: #AC291D; }
a { background-color: rgb(172,41,29); }
div.DivClassName
{
background-color: #AC291D;
}
.BgClassName
{
background-color: #AC291D;
}
</style>
border-color css
<style>
span { border-color: #AC291D; }
span { border-color: rgb(172,41,29); }
td.TdClassName
{
border-color: #AC291D;
}
.TagClassName
{
border-color: #AC291D;
}
</style>