Shades of Rouge #A63260
Tints of Rouge #A63260
RGB
CMYK
RGB Variations
Color information
#A63260 (or 0xA63260) is known color: Rouge. HEX triplet: A6, 32 and 60. RGB value is (166,50,96). Sum of RGB (Red+Green+Blue) = 166+50+96=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A63260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63260 is #59CD9F. Grayscale: #595959. Windows color (decimal): -5885344 or 6304422. OLE color: 6304422.
HSL color Cylindrical-coordinate representation of color #A63260: hue angle of 336.21º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63260 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 96 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.35 |
| HSL | 336.21º | 0.54% | 0.42% | - |
| HSV(B) | 336.21º | 0.7% | 0.65% | - |
| XYZ | 18.98 | 11.23 | 12.23 | - |
| YUV | 89.93 | 131.43 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 96 | 0 | 0.70 | 0.42 | 0.35 | 336.21 | 0.54 | 0.42 |
| Hex | A6 | 32 | 60 | 0 | 46 | 2A | 23 | 150 | 36 | 2A |
| Octal | 246 | 62 | 140 | 0 | 106 | 52 | 43 | 520 | 66 | 52 |
| Binary | 10100110 | 110010 | 1100000 | 0 | 1000110 | 101010 | 100011 | 101010000 | 110110 | 101010 |
Color Harmonies of #A63260
Complementary color
Monochromatic Colors of #A63260
Black with #A63260
Text Example
Text Example
White with #A63260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63260; }
p { color: rgb(166,50,96); }
H1.HeaderClassName
{
color: #A63260;
}
.AnyTagClassName
{
color: #A63260;
}
</style>
background-color css
<style>
a { background-color: #A63260; }
a { background-color: rgb(166,50,96); }
div.DivClassName
{
background-color: #A63260;
}
.BgClassName
{
background-color: #A63260;
}
</style>
border-color css
<style>
span { border-color: #A63260; }
span { border-color: rgb(166,50,96); }
td.TdClassName
{
border-color: #A63260;
}
.TagClassName
{
border-color: #A63260;
}
</style>