Shades of Red Stage #AC532D
Tints of Red Stage #AC532D
RGB
CMYK
RGB Variations
Color information
#AC532D (or 0xAC532D) is known color: Red Stage. HEX triplet: AC, 53 and 2D. RGB value is (172,83,45). Sum of RGB (Red+Green+Blue) = 172+83+45=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC532D is #53ACD2. Grayscale: #696969. Windows color (decimal): -5483731 or 2970540. OLE color: 2970540.
HSL color Cylindrical-coordinate representation of color #AC532D: hue angle of 17.95º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC532D is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 45 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.33 |
| HSL | 17.95º | 0.59% | 0.43% | - |
| HSV(B) | 17.95º | 0.74% | 0.67% | - |
| XYZ | 20.58 | 15.15 | 4.32 | - |
| YUV | 105.28 | 93.99 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 45 | 0 | 0.52 | 0.74 | 0.33 | 17.95 | 0.59 | 0.43 |
| Hex | AC | 53 | 2D | 0 | 34 | 4A | 21 | 12 | 3B | 2B |
| Octal | 254 | 123 | 55 | 0 | 64 | 112 | 41 | 22 | 73 | 53 |
| Binary | 10101100 | 1010011 | 101101 | 0 | 110100 | 1001010 | 100001 | 10010 | 111011 | 101011 |
Color Harmonies of #AC532D
Complementary color
Monochromatic Colors of #AC532D
Black with #AC532D
Text Example
Text Example
White with #AC532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC532D; }
p { color: rgb(172,83,45); }
H1.HeaderClassName
{
color: #AC532D;
}
.AnyTagClassName
{
color: #AC532D;
}
</style>
background-color css
<style>
a { background-color: #AC532D; }
a { background-color: rgb(172,83,45); }
div.DivClassName
{
background-color: #AC532D;
}
.BgClassName
{
background-color: #AC532D;
}
</style>
border-color css
<style>
span { border-color: #AC532D; }
span { border-color: rgb(172,83,45); }
td.TdClassName
{
border-color: #AC532D;
}
.TagClassName
{
border-color: #AC532D;
}
</style>