Shades of Red Stage #AD5330
Tints of Red Stage #AD5330
RGB
CMYK
RGB Variations
Color information
#AD5330 (or 0xAD5330) is known color: Red Stage. HEX triplet: AD, 53 and 30. RGB value is (173,83,48). Sum of RGB (Red+Green+Blue) = 173+83+48=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5330 is #52ACCF. Grayscale: #6A6A6A. Windows color (decimal): -5418192 or 3167149. OLE color: 3167149.
HSL color Cylindrical-coordinate representation of color #AD5330: hue angle of 16.8º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD5330 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 48 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.32 |
| HSL | 16.8º | 0.57% | 0.43% | - |
| HSV(B) | 16.8º | 0.72% | 0.68% | - |
| XYZ | 20.86 | 15.28 | 4.65 | - |
| YUV | 105.92 | 95.32 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 48 | 0 | 0.52 | 0.72 | 0.32 | 16.8 | 0.57 | 0.43 |
| Hex | AD | 53 | 30 | 0 | 34 | 48 | 20 | 11 | 39 | 2B |
| Octal | 255 | 123 | 60 | 0 | 64 | 110 | 40 | 21 | 71 | 53 |
| Binary | 10101101 | 1010011 | 110000 | 0 | 110100 | 1001000 | 100000 | 10001 | 111001 | 101011 |
Color Harmonies of #AD5330
Complementary color
Monochromatic Colors of #AD5330
Black with #AD5330
Text Example
Text Example
White with #AD5330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5330; }
p { color: rgb(173,83,48); }
H1.HeaderClassName
{
color: #AD5330;
}
.AnyTagClassName
{
color: #AD5330;
}
</style>
background-color css
<style>
a { background-color: #AD5330; }
a { background-color: rgb(173,83,48); }
div.DivClassName
{
background-color: #AD5330;
}
.BgClassName
{
background-color: #AD5330;
}
</style>
border-color css
<style>
span { border-color: #AD5330; }
span { border-color: rgb(173,83,48); }
td.TdClassName
{
border-color: #AD5330;
}
.TagClassName
{
border-color: #AD5330;
}
</style>