Shades of Rouge #A03C74
Tints of Rouge #A03C74
RGB
CMYK
RGB Variations
Color information
#A03C74 (or 0xA03C74) is known color: Rouge. HEX triplet: A0, 3C and 74. RGB value is (160,60,116). Sum of RGB (Red+Green+Blue) = 160+60+116=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03C74 is #5FC38B. Grayscale: #606060. Windows color (decimal): -6275980 or 7617696. OLE color: 7617696.
HSL color Cylindrical-coordinate representation of color #A03C74: hue angle of 326.4º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A03C74 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 60 | 116 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.37 |
| HSL | 326.4º | 0.45% | 0.43% | - |
| HSV(B) | 326.4º | 0.63% | 0.63% | - |
| XYZ | 19.27 | 11.97 | 17.82 | - |
| YUV | 96.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 116 | 0 | 0.62 | 0.28 | 0.37 | 326.4 | 0.45 | 0.43 |
| Hex | A0 | 3C | 74 | 0 | 3E | 1C | 25 | 146 | 2D | 2B |
| Octal | 240 | 74 | 164 | 0 | 76 | 34 | 45 | 506 | 55 | 53 |
| Binary | 10100000 | 111100 | 1110100 | 0 | 111110 | 11100 | 100101 | 101000110 | 101101 | 101011 |
Color Harmonies of #A03C74
Complementary color
Monochromatic Colors of #A03C74
Black with #A03C74
Text Example
Text Example
White with #A03C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03C74; }
p { color: rgb(160,60,116); }
H1.HeaderClassName
{
color: #A03C74;
}
.AnyTagClassName
{
color: #A03C74;
}
</style>
background-color css
<style>
a { background-color: #A03C74; }
a { background-color: rgb(160,60,116); }
div.DivClassName
{
background-color: #A03C74;
}
.BgClassName
{
background-color: #A03C74;
}
</style>
border-color css
<style>
span { border-color: #A03C74; }
span { border-color: rgb(160,60,116); }
td.TdClassName
{
border-color: #A03C74;
}
.TagClassName
{
border-color: #A03C74;
}
</style>