Shades of Fire Brick #AC2915
Tints of Fire Brick #AC2915
RGB
CMYK
RGB Variations
Color information
#AC2915 (or 0xAC2915) is known color: Fire Brick. HEX triplet: AC, 29 and 15. RGB value is (172,41,21). Sum of RGB (Red+Green+Blue) = 172+41+21=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2915 is #53D6EA. Grayscale: #4E4E4E. Windows color (decimal): -5494507 or 1386924. OLE color: 1386924.
HSL color Cylindrical-coordinate representation of color #AC2915: hue angle of 7.95º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC2915 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 21 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.33 |
| HSL | 7.95º | 0.78% | 0.38% | - |
| HSV(B) | 7.95º | 0.88% | 0.67% | - |
| XYZ | 17.94 | 10.41 | 1.77 | - |
| YUV | 77.89 | 95.9 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 21 | 0 | 0.76 | 0.88 | 0.33 | 7.95 | 0.78 | 0.38 |
| Hex | AC | 29 | 15 | 0 | 4C | 58 | 21 | 8 | 4E | 26 |
| Octal | 254 | 51 | 25 | 0 | 114 | 130 | 41 | 10 | 116 | 46 |
| Binary | 10101100 | 101001 | 10101 | 0 | 1001100 | 1011000 | 100001 | 1000 | 1001110 | 100110 |
Color Harmonies of #AC2915
Complementary color
Monochromatic Colors of #AC2915
Black with #AC2915
Text Example
Text Example
White with #AC2915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2915; }
p { color: rgb(172,41,21); }
H1.HeaderClassName
{
color: #AC2915;
}
.AnyTagClassName
{
color: #AC2915;
}
</style>
background-color css
<style>
a { background-color: #AC2915; }
a { background-color: rgb(172,41,21); }
div.DivClassName
{
background-color: #AC2915;
}
.BgClassName
{
background-color: #AC2915;
}
</style>
border-color css
<style>
span { border-color: #AC2915; }
span { border-color: rgb(172,41,21); }
td.TdClassName
{
border-color: #AC2915;
}
.TagClassName
{
border-color: #AC2915;
}
</style>