Shades of Rouge #A0365D
Tints of Rouge #A0365D
RGB
CMYK
RGB Variations
Color information
#A0365D (or 0xA0365D) is known color: Rouge. HEX triplet: A0, 36 and 5D. RGB value is (160,54,93). Sum of RGB (Red+Green+Blue) = 160+54+93=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0365D is #5FC9A2. Grayscale: #5A5A5A. Windows color (decimal): -6277539 or 6108832. OLE color: 6108832.
HSL color Cylindrical-coordinate representation of color #A0365D: hue angle of 337.92º degrees, saturation: 0.5, 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 #A0365D is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 93 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.37 |
| HSL | 337.92º | 0.5% | 0.42% | - |
| HSV(B) | 337.92º | 0.66% | 0.63% | - |
| XYZ | 17.79 | 10.9 | 11.52 | - |
| YUV | 90.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 93 | 0 | 0.66 | 0.42 | 0.37 | 337.92 | 0.5 | 0.42 |
| Hex | A0 | 36 | 5D | 0 | 42 | 2A | 25 | 152 | 32 | 2A |
| Octal | 240 | 66 | 135 | 0 | 102 | 52 | 45 | 522 | 62 | 52 |
| Binary | 10100000 | 110110 | 1011101 | 0 | 1000010 | 101010 | 100101 | 101010010 | 110010 | 101010 |
Color Harmonies of #A0365D
Complementary color
Monochromatic Colors of #A0365D
Black with #A0365D
Text Example
Text Example
White with #A0365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0365D; }
p { color: rgb(160,54,93); }
H1.HeaderClassName
{
color: #A0365D;
}
.AnyTagClassName
{
color: #A0365D;
}
</style>
background-color css
<style>
a { background-color: #A0365D; }
a { background-color: rgb(160,54,93); }
div.DivClassName
{
background-color: #A0365D;
}
.BgClassName
{
background-color: #A0365D;
}
</style>
border-color css
<style>
span { border-color: #A0365D; }
span { border-color: rgb(160,54,93); }
td.TdClassName
{
border-color: #A0365D;
}
.TagClassName
{
border-color: #A0365D;
}
</style>