Shades of Rouge #A0375D
Tints of Rouge #A0375D
RGB
CMYK
RGB Variations
Color information
#A0375D (or 0xA0375D) is known color: Rouge. HEX triplet: A0, 37 and 5D. RGB value is (160,55,93). Sum of RGB (Red+Green+Blue) = 160+55+93=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0375D is #5FC8A2. Grayscale: #5A5A5A. Windows color (decimal): -6277283 or 6109088. OLE color: 6109088.
HSL color Cylindrical-coordinate representation of color #A0375D: hue angle of 338.29º 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 #A0375D is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 93 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.37 |
| HSL | 338.29º | 0.49% | 0.42% | - |
| HSV(B) | 338.29º | 0.66% | 0.63% | - |
| XYZ | 17.84 | 11 | 11.54 | - |
| YUV | 90.73 | 129.29 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 93 | 0 | 0.66 | 0.42 | 0.37 | 338.29 | 0.49 | 0.42 |
| Hex | A0 | 37 | 5D | 0 | 42 | 2A | 25 | 152 | 31 | 2A |
| Octal | 240 | 67 | 135 | 0 | 102 | 52 | 45 | 522 | 61 | 52 |
| Binary | 10100000 | 110111 | 1011101 | 0 | 1000010 | 101010 | 100101 | 101010010 | 110001 | 101010 |
Color Harmonies of #A0375D
Complementary color
Monochromatic Colors of #A0375D
Black with #A0375D
Text Example
Text Example
White with #A0375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0375D; }
p { color: rgb(160,55,93); }
H1.HeaderClassName
{
color: #A0375D;
}
.AnyTagClassName
{
color: #A0375D;
}
</style>
background-color css
<style>
a { background-color: #A0375D; }
a { background-color: rgb(160,55,93); }
div.DivClassName
{
background-color: #A0375D;
}
.BgClassName
{
background-color: #A0375D;
}
</style>
border-color css
<style>
span { border-color: #A0375D; }
span { border-color: rgb(160,55,93); }
td.TdClassName
{
border-color: #A0375D;
}
.TagClassName
{
border-color: #A0375D;
}
</style>