Shades of Rouge #A0365F
Tints of Rouge #A0365F
RGB
CMYK
RGB Variations
Color information
#A0365F (or 0xA0365F) is known color: Rouge. HEX triplet: A0, 36 and 5F. RGB value is (160,54,95). Sum of RGB (Red+Green+Blue) = 160+54+95=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A0365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0365F is #5FC9A0. Grayscale: #5A5A5A. Windows color (decimal): -6277537 or 6239904. OLE color: 6239904.
HSL color Cylindrical-coordinate representation of color #A0365F: hue angle of 336.79º 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 #A0365F is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 95 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.37 |
| HSL | 336.79º | 0.5% | 0.42% | - |
| HSV(B) | 336.79º | 0.66% | 0.63% | - |
| XYZ | 17.88 | 10.94 | 12 | - |
| YUV | 90.37 | 130.62 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 95 | 0 | 0.66 | 0.41 | 0.37 | 336.79 | 0.5 | 0.42 |
| Hex | A0 | 36 | 5F | 0 | 42 | 29 | 25 | 151 | 32 | 2A |
| Octal | 240 | 66 | 137 | 0 | 102 | 51 | 45 | 521 | 62 | 52 |
| Binary | 10100000 | 110110 | 1011111 | 0 | 1000010 | 101001 | 100101 | 101010001 | 110010 | 101010 |
Color Harmonies of #A0365F
Complementary color
Monochromatic Colors of #A0365F
Black with #A0365F
Text Example
Text Example
White with #A0365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0365F; }
p { color: rgb(160,54,95); }
H1.HeaderClassName
{
color: #A0365F;
}
.AnyTagClassName
{
color: #A0365F;
}
</style>
background-color css
<style>
a { background-color: #A0365F; }
a { background-color: rgb(160,54,95); }
div.DivClassName
{
background-color: #A0365F;
}
.BgClassName
{
background-color: #A0365F;
}
</style>
border-color css
<style>
span { border-color: #A0365F; }
span { border-color: rgb(160,54,95); }
td.TdClassName
{
border-color: #A0365F;
}
.TagClassName
{
border-color: #A0365F;
}
</style>