Shades of Rouge #A0355D
Tints of Rouge #A0355D
RGB
CMYK
RGB Variations
Color information
#A0355D (or 0xA0355D) is known color: Rouge. HEX triplet: A0, 35 and 5D. RGB value is (160,53,93). Sum of RGB (Red+Green+Blue) = 160+53+93=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0355D is #5FCAA2. Grayscale: #595959. Windows color (decimal): -6277795 or 6108576. OLE color: 6108576.
HSL color Cylindrical-coordinate representation of color #A0355D: hue angle of 337.57º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0355D is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 93 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.37 |
| HSL | 337.57º | 0.5% | 0.42% | - |
| HSV(B) | 337.57º | 0.67% | 0.63% | - |
| XYZ | 17.75 | 10.81 | 11.51 | - |
| YUV | 89.55 | 129.95 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 93 | 0 | 0.67 | 0.42 | 0.37 | 337.57 | 0.5 | 0.42 |
| Hex | A0 | 35 | 5D | 0 | 43 | 2A | 25 | 152 | 32 | 2A |
| Octal | 240 | 65 | 135 | 0 | 103 | 52 | 45 | 522 | 62 | 52 |
| Binary | 10100000 | 110101 | 1011101 | 0 | 1000011 | 101010 | 100101 | 101010010 | 110010 | 101010 |
Color Harmonies of #A0355D
Complementary color
Monochromatic Colors of #A0355D
Black with #A0355D
Text Example
Text Example
White with #A0355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0355D; }
p { color: rgb(160,53,93); }
H1.HeaderClassName
{
color: #A0355D;
}
.AnyTagClassName
{
color: #A0355D;
}
</style>
background-color css
<style>
a { background-color: #A0355D; }
a { background-color: rgb(160,53,93); }
div.DivClassName
{
background-color: #A0355D;
}
.BgClassName
{
background-color: #A0355D;
}
</style>
border-color css
<style>
span { border-color: #A0355D; }
span { border-color: rgb(160,53,93); }
td.TdClassName
{
border-color: #A0355D;
}
.TagClassName
{
border-color: #A0355D;
}
</style>