Shades of Rouge #A03760
Tints of Rouge #A03760
RGB
CMYK
RGB Variations
Color information
#A03760 (or 0xA03760) is known color: Rouge. HEX triplet: A0, 37 and 60. RGB value is (160,55,96). Sum of RGB (Red+Green+Blue) = 160+55+96=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A03760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03760 is #5FC89F. Grayscale: #5B5B5B. Windows color (decimal): -6277280 or 6305696. OLE color: 6305696.
HSL color Cylindrical-coordinate representation of color #A03760: hue angle of 336.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03760 is Cyan = 0, Magento = 0.66, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 96 | - |
| CMYK | 0 | 0.66 | 0.4 | 0.37 |
| HSL | 336.57º | 0.49% | 0.42% | - |
| HSV(B) | 336.57º | 0.66% | 0.63% | - |
| XYZ | 17.97 | 11.05 | 12.25 | - |
| YUV | 91.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 96 | 0 | 0.66 | 0.4 | 0.37 | 336.57 | 0.49 | 0.42 |
| Hex | A0 | 37 | 60 | 0 | 42 | 28 | 25 | 151 | 31 | 2A |
| Octal | 240 | 67 | 140 | 0 | 102 | 50 | 45 | 521 | 61 | 52 |
| Binary | 10100000 | 110111 | 1100000 | 0 | 1000010 | 101000 | 100101 | 101010001 | 110001 | 101010 |
Color Harmonies of #A03760
Complementary color
Monochromatic Colors of #A03760
Black with #A03760
Text Example
Text Example
White with #A03760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03760; }
p { color: rgb(160,55,96); }
H1.HeaderClassName
{
color: #A03760;
}
.AnyTagClassName
{
color: #A03760;
}
</style>
background-color css
<style>
a { background-color: #A03760; }
a { background-color: rgb(160,55,96); }
div.DivClassName
{
background-color: #A03760;
}
.BgClassName
{
background-color: #A03760;
}
</style>
border-color css
<style>
span { border-color: #A03760; }
span { border-color: rgb(160,55,96); }
td.TdClassName
{
border-color: #A03760;
}
.TagClassName
{
border-color: #A03760;
}
</style>