Shades of Rouge #A03E5D
Tints of Rouge #A03E5D
RGB
CMYK
RGB Variations
Color information
#A03E5D (or 0xA03E5D) is known color: Rouge. HEX triplet: A0, 3E and 5D. RGB value is (160,62,93). Sum of RGB (Red+Green+Blue) = 160+62+93=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03E5D is #5FC1A2. Grayscale: #5E5E5E. Windows color (decimal): -6275491 or 6110880. OLE color: 6110880.
HSL color Cylindrical-coordinate representation of color #A03E5D: hue angle of 341.02º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A03E5D is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 62 | 93 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.37 |
| HSL | 341.02º | 0.44% | 0.44% | - |
| HSV(B) | 341.02º | 0.61% | 0.63% | - |
| XYZ | 18.2 | 11.71 | 11.66 | - |
| YUV | 94.84 | 126.97 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 93 | 0 | 0.61 | 0.42 | 0.37 | 341.02 | 0.44 | 0.44 |
| Hex | A0 | 3E | 5D | 0 | 3D | 2A | 25 | 155 | 2C | 2C |
| Octal | 240 | 76 | 135 | 0 | 75 | 52 | 45 | 525 | 54 | 54 |
| Binary | 10100000 | 111110 | 1011101 | 0 | 111101 | 101010 | 100101 | 101010101 | 101100 | 101100 |
Color Harmonies of #A03E5D
Complementary color
Monochromatic Colors of #A03E5D
Black with #A03E5D
Text Example
Text Example
White with #A03E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03E5D; }
p { color: rgb(160,62,93); }
H1.HeaderClassName
{
color: #A03E5D;
}
.AnyTagClassName
{
color: #A03E5D;
}
</style>
background-color css
<style>
a { background-color: #A03E5D; }
a { background-color: rgb(160,62,93); }
div.DivClassName
{
background-color: #A03E5D;
}
.BgClassName
{
background-color: #A03E5D;
}
</style>
border-color css
<style>
span { border-color: #A03E5D; }
span { border-color: rgb(160,62,93); }
td.TdClassName
{
border-color: #A03E5D;
}
.TagClassName
{
border-color: #A03E5D;
}
</style>