Shades of Rouge #A0385D
Tints of Rouge #A0385D
RGB
CMYK
RGB Variations
Color information
#A0385D (or 0xA0385D) is known color: Rouge. HEX triplet: A0, 38 and 5D. RGB value is (160,56,93). Sum of RGB (Red+Green+Blue) = 160+56+93=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A0385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0385D is #5FC7A2. Grayscale: #5B5B5B. Windows color (decimal): -6277027 or 6109344. OLE color: 6109344.
HSL color Cylindrical-coordinate representation of color #A0385D: hue angle of 338.65º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0385D is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 93 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.37 |
| HSL | 338.65º | 0.48% | 0.42% | - |
| HSV(B) | 338.65º | 0.65% | 0.63% | - |
| XYZ | 17.89 | 11.09 | 11.55 | - |
| YUV | 91.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 93 | 0 | 0.65 | 0.42 | 0.37 | 338.65 | 0.48 | 0.42 |
| Hex | A0 | 38 | 5D | 0 | 41 | 2A | 25 | 153 | 30 | 2A |
| Octal | 240 | 70 | 135 | 0 | 101 | 52 | 45 | 523 | 60 | 52 |
| Binary | 10100000 | 111000 | 1011101 | 0 | 1000001 | 101010 | 100101 | 101010011 | 110000 | 101010 |
Color Harmonies of #A0385D
Complementary color
Monochromatic Colors of #A0385D
Black with #A0385D
Text Example
Text Example
White with #A0385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0385D; }
p { color: rgb(160,56,93); }
H1.HeaderClassName
{
color: #A0385D;
}
.AnyTagClassName
{
color: #A0385D;
}
</style>
background-color css
<style>
a { background-color: #A0385D; }
a { background-color: rgb(160,56,93); }
div.DivClassName
{
background-color: #A0385D;
}
.BgClassName
{
background-color: #A0385D;
}
</style>
border-color css
<style>
span { border-color: #A0385D; }
span { border-color: rgb(160,56,93); }
td.TdClassName
{
border-color: #A0385D;
}
.TagClassName
{
border-color: #A0385D;
}
</style>