Shades of Fire Brick #AC291E
Tints of Fire Brick #AC291E
RGB
CMYK
RGB Variations
Color information
#AC291E (or 0xAC291E) is known color: Fire Brick. HEX triplet: AC, 29 and 1E. RGB value is (172,41,30). Sum of RGB (Red+Green+Blue) = 172+41+30=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC291E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC291E is #53D6E1. Grayscale: #4F4F4F. Windows color (decimal): -5494498 or 1976748. OLE color: 1976748.
HSL color Cylindrical-coordinate representation of color #AC291E: hue angle of 4.65º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC291E is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 30 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.33 |
| HSL | 4.65º | 0.7% | 0.4% | - |
| HSV(B) | 4.65º | 0.83% | 0.67% | - |
| XYZ | 18.04 | 10.45 | 2.29 | - |
| YUV | 78.92 | 100.4 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 30 | 0 | 0.76 | 0.83 | 0.33 | 4.65 | 0.7 | 0.4 |
| Hex | AC | 29 | 1E | 0 | 4C | 53 | 21 | 5 | 46 | 28 |
| Octal | 254 | 51 | 36 | 0 | 114 | 123 | 41 | 5 | 106 | 50 |
| Binary | 10101100 | 101001 | 11110 | 0 | 1001100 | 1010011 | 100001 | 101 | 1000110 | 101000 |
Color Harmonies of #AC291E
Complementary color
Monochromatic Colors of #AC291E
Black with #AC291E
Text Example
Text Example
White with #AC291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC291E; }
p { color: rgb(172,41,30); }
H1.HeaderClassName
{
color: #AC291E;
}
.AnyTagClassName
{
color: #AC291E;
}
</style>
background-color css
<style>
a { background-color: #AC291E; }
a { background-color: rgb(172,41,30); }
div.DivClassName
{
background-color: #AC291E;
}
.BgClassName
{
background-color: #AC291E;
}
</style>
border-color css
<style>
span { border-color: #AC291E; }
span { border-color: rgb(172,41,30); }
td.TdClassName
{
border-color: #AC291E;
}
.TagClassName
{
border-color: #AC291E;
}
</style>