Shades of Fire Brick #AC290D
Tints of Fire Brick #AC290D
RGB
CMYK
RGB Variations
Color information
#AC290D (or 0xAC290D) is known color: Fire Brick. HEX triplet: AC, 29 and 0D. RGB value is (172,41,13). Sum of RGB (Red+Green+Blue) = 172+41+13=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC290D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC290D is #53D6F2. Grayscale: #4D4D4D. Windows color (decimal): -5494515 or 862636. OLE color: 862636.
HSL color Cylindrical-coordinate representation of color #AC290D: hue angle of 10.57º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC290D is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 13 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.33 |
| HSL | 10.57º | 0.86% | 0.36% | - |
| HSV(B) | 10.57º | 0.92% | 0.67% | - |
| XYZ | 17.88 | 10.39 | 1.44 | - |
| YUV | 76.98 | 91.9 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 13 | 0 | 0.76 | 0.92 | 0.33 | 10.57 | 0.86 | 0.36 |
| Hex | AC | 29 | D | 0 | 4C | 5C | 21 | B | 56 | 24 |
| Octal | 254 | 51 | 15 | 0 | 114 | 134 | 41 | 13 | 126 | 44 |
| Binary | 10101100 | 101001 | 1101 | 0 | 1001100 | 1011100 | 100001 | 1011 | 1010110 | 100100 |
Color Harmonies of #AC290D
Complementary color
Monochromatic Colors of #AC290D
Black with #AC290D
Text Example
Text Example
White with #AC290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC290D; }
p { color: rgb(172,41,13); }
H1.HeaderClassName
{
color: #AC290D;
}
.AnyTagClassName
{
color: #AC290D;
}
</style>
background-color css
<style>
a { background-color: #AC290D; }
a { background-color: rgb(172,41,13); }
div.DivClassName
{
background-color: #AC290D;
}
.BgClassName
{
background-color: #AC290D;
}
</style>
border-color css
<style>
span { border-color: #AC290D; }
span { border-color: rgb(172,41,13); }
td.TdClassName
{
border-color: #AC290D;
}
.TagClassName
{
border-color: #AC290D;
}
</style>