Shades of Rouge #A03363
Tints of Rouge #A03363
RGB
CMYK
RGB Variations
Color information
#A03363 (or 0xA03363) is known color: Rouge. HEX triplet: A0, 33 and 63. RGB value is (160,51,99). Sum of RGB (Red+Green+Blue) = 160+51+99=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A03363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03363 is #5FCC9C. Grayscale: #585858. Windows color (decimal): -6278301 or 6501280. OLE color: 6501280.
HSL color Cylindrical-coordinate representation of color #A03363: hue angle of 333.58º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03363 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 99 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.37 |
| HSL | 333.58º | 0.52% | 0.41% | - |
| HSV(B) | 333.58º | 0.68% | 0.63% | - |
| XYZ | 17.93 | 10.74 | 12.93 | - |
| YUV | 89.06 | 133.61 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 99 | 0 | 0.68 | 0.38 | 0.37 | 333.58 | 0.52 | 0.41 |
| Hex | A0 | 33 | 63 | 0 | 44 | 26 | 25 | 14E | 34 | 29 |
| Octal | 240 | 63 | 143 | 0 | 104 | 46 | 45 | 516 | 64 | 51 |
| Binary | 10100000 | 110011 | 1100011 | 0 | 1000100 | 100110 | 100101 | 101001110 | 110100 | 101001 |
Color Harmonies of #A03363
Complementary color
Monochromatic Colors of #A03363
Black with #A03363
Text Example
Text Example
White with #A03363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03363; }
p { color: rgb(160,51,99); }
H1.HeaderClassName
{
color: #A03363;
}
.AnyTagClassName
{
color: #A03363;
}
</style>
background-color css
<style>
a { background-color: #A03363; }
a { background-color: rgb(160,51,99); }
div.DivClassName
{
background-color: #A03363;
}
.BgClassName
{
background-color: #A03363;
}
</style>
border-color css
<style>
span { border-color: #A03363; }
span { border-color: rgb(160,51,99); }
td.TdClassName
{
border-color: #A03363;
}
.TagClassName
{
border-color: #A03363;
}
</style>