Shades of Red Stage #AD5430
Tints of Red Stage #AD5430
RGB
CMYK
RGB Variations
Color information
#AD5430 (or 0xAD5430) is known color: Red Stage. HEX triplet: AD, 54 and 30. RGB value is (173,84,48). Sum of RGB (Red+Green+Blue) = 173+84+48=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5430 is #52ABCF. Grayscale: #6A6A6A. Windows color (decimal): -5417936 or 3167405. OLE color: 3167405.
HSL color Cylindrical-coordinate representation of color #AD5430: hue angle of 17.28º 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 #AD5430 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 48 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.32 |
| HSL | 17.28º | 0.57% | 0.43% | - |
| HSV(B) | 17.28º | 0.72% | 0.68% | - |
| XYZ | 20.94 | 15.44 | 4.67 | - |
| YUV | 106.51 | 94.99 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 48 | 0 | 0.51 | 0.72 | 0.32 | 17.28 | 0.57 | 0.43 |
| Hex | AD | 54 | 30 | 0 | 33 | 48 | 20 | 11 | 39 | 2B |
| Octal | 255 | 124 | 60 | 0 | 63 | 110 | 40 | 21 | 71 | 53 |
| Binary | 10101101 | 1010100 | 110000 | 0 | 110011 | 1001000 | 100000 | 10001 | 111001 | 101011 |
Color Harmonies of #AD5430
Complementary color
Monochromatic Colors of #AD5430
Black with #AD5430
Text Example
Text Example
White with #AD5430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5430; }
p { color: rgb(173,84,48); }
H1.HeaderClassName
{
color: #AD5430;
}
.AnyTagClassName
{
color: #AD5430;
}
</style>
background-color css
<style>
a { background-color: #AD5430; }
a { background-color: rgb(173,84,48); }
div.DivClassName
{
background-color: #AD5430;
}
.BgClassName
{
background-color: #AD5430;
}
</style>
border-color css
<style>
span { border-color: #AD5430; }
span { border-color: rgb(173,84,48); }
td.TdClassName
{
border-color: #AD5430;
}
.TagClassName
{
border-color: #AD5430;
}
</style>