Shades of Rouge #A03073
Tints of Rouge #A03073
RGB
CMYK
RGB Variations
Color information
#A03073 (or 0xA03073) is known color: Rouge. HEX triplet: A0, 30 and 73. RGB value is (160,48,115). Sum of RGB (Red+Green+Blue) = 160+48+115=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A03073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03073 is #5FCF8C. Grayscale: #585858. Windows color (decimal): -6279053 or 7549088. OLE color: 7549088.
HSL color Cylindrical-coordinate representation of color #A03073: hue angle of 324.11º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03073 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 115 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.37 |
| HSL | 324.11º | 0.54% | 0.41% | - |
| HSV(B) | 324.11º | 0.7% | 0.63% | - |
| XYZ | 18.65 | 10.83 | 17.33 | - |
| YUV | 89.13 | 142.61 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 115 | 0 | 0.70 | 0.28 | 0.37 | 324.11 | 0.54 | 0.41 |
| Hex | A0 | 30 | 73 | 0 | 46 | 1C | 25 | 144 | 36 | 29 |
| Octal | 240 | 60 | 163 | 0 | 106 | 34 | 45 | 504 | 66 | 51 |
| Binary | 10100000 | 110000 | 1110011 | 0 | 1000110 | 11100 | 100101 | 101000100 | 110110 | 101001 |
Color Harmonies of #A03073
Complementary color
Monochromatic Colors of #A03073
Black with #A03073
Text Example
Text Example
White with #A03073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03073; }
p { color: rgb(160,48,115); }
H1.HeaderClassName
{
color: #A03073;
}
.AnyTagClassName
{
color: #A03073;
}
</style>
background-color css
<style>
a { background-color: #A03073; }
a { background-color: rgb(160,48,115); }
div.DivClassName
{
background-color: #A03073;
}
.BgClassName
{
background-color: #A03073;
}
</style>
border-color css
<style>
span { border-color: #A03073; }
span { border-color: rgb(160,48,115); }
td.TdClassName
{
border-color: #A03073;
}
.TagClassName
{
border-color: #A03073;
}
</style>