Shades of Fire Brick #AC2D19
Tints of Fire Brick #AC2D19
RGB
CMYK
RGB Variations
Color information
#AC2D19 (or 0xAC2D19) is known color: Fire Brick. HEX triplet: AC, 2D and 19. RGB value is (172,45,25). Sum of RGB (Red+Green+Blue) = 172+45+25=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2D19 is #53D2E6. Grayscale: #505050. Windows color (decimal): -5493479 or 1650092. OLE color: 1650092.
HSL color Cylindrical-coordinate representation of color #AC2D19: hue angle of 8.16º degrees, saturation: 0.75, 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 #AC2D19 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 45 | 25 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.33 |
| HSL | 8.16º | 0.75% | 0.39% | - |
| HSV(B) | 8.16º | 0.85% | 0.67% | - |
| XYZ | 18.13 | 10.72 | 2.03 | - |
| YUV | 80.69 | 96.58 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 25 | 0 | 0.74 | 0.85 | 0.33 | 8.16 | 0.75 | 0.39 |
| Hex | AC | 2D | 19 | 0 | 4A | 55 | 21 | 8 | 4B | 27 |
| Octal | 254 | 55 | 31 | 0 | 112 | 125 | 41 | 10 | 113 | 47 |
| Binary | 10101100 | 101101 | 11001 | 0 | 1001010 | 1010101 | 100001 | 1000 | 1001011 | 100111 |
Color Harmonies of #AC2D19
Complementary color
Monochromatic Colors of #AC2D19
Black with #AC2D19
Text Example
Text Example
White with #AC2D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2D19; }
p { color: rgb(172,45,25); }
H1.HeaderClassName
{
color: #AC2D19;
}
.AnyTagClassName
{
color: #AC2D19;
}
</style>
background-color css
<style>
a { background-color: #AC2D19; }
a { background-color: rgb(172,45,25); }
div.DivClassName
{
background-color: #AC2D19;
}
.BgClassName
{
background-color: #AC2D19;
}
</style>
border-color css
<style>
span { border-color: #AC2D19; }
span { border-color: rgb(172,45,25); }
td.TdClassName
{
border-color: #AC2D19;
}
.TagClassName
{
border-color: #AC2D19;
}
</style>