Shades of Rouge #A2365C
Tints of Rouge #A2365C
RGB
CMYK
RGB Variations
Color information
#A2365C (or 0xA2365C) is known color: Rouge. HEX triplet: A2, 36 and 5C. RGB value is (162,54,92). Sum of RGB (Red+Green+Blue) = 162+54+92=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2365C is #5DC9A3. Grayscale: #5A5A5A. Windows color (decimal): -6146468 or 6043298. OLE color: 6043298.
HSL color Cylindrical-coordinate representation of color #A2365C: hue angle of 338.89º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2365C is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 54 | 92 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.36 |
| HSL | 338.89º | 0.5% | 0.42% | - |
| HSV(B) | 338.89º | 0.67% | 0.64% | - |
| XYZ | 18.15 | 11.09 | 11.31 | - |
| YUV | 90.62 | 128.78 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 92 | 0 | 0.67 | 0.43 | 0.36 | 338.89 | 0.5 | 0.42 |
| Hex | A2 | 36 | 5C | 0 | 43 | 2B | 24 | 153 | 32 | 2A |
| Octal | 242 | 66 | 134 | 0 | 103 | 53 | 44 | 523 | 62 | 52 |
| Binary | 10100010 | 110110 | 1011100 | 0 | 1000011 | 101011 | 100100 | 101010011 | 110010 | 101010 |
Color Harmonies of #A2365C
Complementary color
Monochromatic Colors of #A2365C
Black with #A2365C
Text Example
Text Example
White with #A2365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2365C; }
p { color: rgb(162,54,92); }
H1.HeaderClassName
{
color: #A2365C;
}
.AnyTagClassName
{
color: #A2365C;
}
</style>
background-color css
<style>
a { background-color: #A2365C; }
a { background-color: rgb(162,54,92); }
div.DivClassName
{
background-color: #A2365C;
}
.BgClassName
{
background-color: #A2365C;
}
</style>
border-color css
<style>
span { border-color: #A2365C; }
span { border-color: rgb(162,54,92); }
td.TdClassName
{
border-color: #A2365C;
}
.TagClassName
{
border-color: #A2365C;
}
</style>