Shades of Rouge #A03573
Tints of Rouge #A03573
RGB
CMYK
RGB Variations
Color information
#A03573 (or 0xA03573) is known color: Rouge. HEX triplet: A0, 35 and 73. RGB value is (160,53,115). Sum of RGB (Red+Green+Blue) = 160+53+115=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A03573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03573 is #5FCA8C. Grayscale: #5B5B5B. Windows color (decimal): -6277773 or 7550368. OLE color: 7550368.
HSL color Cylindrical-coordinate representation of color #A03573: hue angle of 325.23º 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 #A03573 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 115 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.37 |
| HSL | 325.23º | 0.5% | 0.42% | - |
| HSV(B) | 325.23º | 0.67% | 0.63% | - |
| XYZ | 18.86 | 11.26 | 17.4 | - |
| YUV | 92.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 115 | 0 | 0.67 | 0.28 | 0.37 | 325.23 | 0.5 | 0.42 |
| Hex | A0 | 35 | 73 | 0 | 43 | 1C | 25 | 145 | 32 | 2A |
| Octal | 240 | 65 | 163 | 0 | 103 | 34 | 45 | 505 | 62 | 52 |
| Binary | 10100000 | 110101 | 1110011 | 0 | 1000011 | 11100 | 100101 | 101000101 | 110010 | 101010 |
Color Harmonies of #A03573
Complementary color
Monochromatic Colors of #A03573
Black with #A03573
Text Example
Text Example
White with #A03573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03573; }
p { color: rgb(160,53,115); }
H1.HeaderClassName
{
color: #A03573;
}
.AnyTagClassName
{
color: #A03573;
}
</style>
background-color css
<style>
a { background-color: #A03573; }
a { background-color: rgb(160,53,115); }
div.DivClassName
{
background-color: #A03573;
}
.BgClassName
{
background-color: #A03573;
}
</style>
border-color css
<style>
span { border-color: #A03573; }
span { border-color: rgb(160,53,115); }
td.TdClassName
{
border-color: #A03573;
}
.TagClassName
{
border-color: #A03573;
}
</style>