Shades of Rouge #A03364
Tints of Rouge #A03364
RGB
CMYK
RGB Variations
Color information
#A03364 (or 0xA03364) is known color: Rouge. HEX triplet: A0, 33 and 64. RGB value is (160,51,100). Sum of RGB (Red+Green+Blue) = 160+51+100=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A03364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03364 is #5FCC9B. Grayscale: #595959. Windows color (decimal): -6278300 or 6566816. OLE color: 6566816.
HSL color Cylindrical-coordinate representation of color #A03364: hue angle of 333.03º 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 #A03364 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 100 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.37 |
| HSL | 333.03º | 0.52% | 0.41% | - |
| HSV(B) | 333.03º | 0.68% | 0.63% | - |
| XYZ | 17.98 | 10.76 | 13.19 | - |
| YUV | 89.18 | 134.11 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 100 | 0 | 0.68 | 0.38 | 0.37 | 333.03 | 0.52 | 0.41 |
| Hex | A0 | 33 | 64 | 0 | 44 | 26 | 25 | 14D | 34 | 29 |
| Octal | 240 | 63 | 144 | 0 | 104 | 46 | 45 | 515 | 64 | 51 |
| Binary | 10100000 | 110011 | 1100100 | 0 | 1000100 | 100110 | 100101 | 101001101 | 110100 | 101001 |
Color Harmonies of #A03364
Complementary color
Monochromatic Colors of #A03364
Black with #A03364
Text Example
Text Example
White with #A03364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03364; }
p { color: rgb(160,51,100); }
H1.HeaderClassName
{
color: #A03364;
}
.AnyTagClassName
{
color: #A03364;
}
</style>
background-color css
<style>
a { background-color: #A03364; }
a { background-color: rgb(160,51,100); }
div.DivClassName
{
background-color: #A03364;
}
.BgClassName
{
background-color: #A03364;
}
</style>
border-color css
<style>
span { border-color: #A03364; }
span { border-color: rgb(160,51,100); }
td.TdClassName
{
border-color: #A03364;
}
.TagClassName
{
border-color: #A03364;
}
</style>