Shades of Rouge #A6325C
Tints of Rouge #A6325C
RGB
CMYK
RGB Variations
Color information
#A6325C (or 0xA6325C) is known color: Rouge. HEX triplet: A6, 32 and 5C. RGB value is (166,50,92). Sum of RGB (Red+Green+Blue) = 166+50+92=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A6325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6325C is #59CDA3. Grayscale: #595959. Windows color (decimal): -5885348 or 6042278. OLE color: 6042278.
HSL color Cylindrical-coordinate representation of color #A6325C: hue angle of 338.28º 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 #A6325C is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 92 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.35 |
| HSL | 338.28º | 0.54% | 0.42% | - |
| HSV(B) | 338.28º | 0.7% | 0.65% | - |
| XYZ | 18.8 | 11.16 | 11.29 | - |
| YUV | 89.47 | 129.43 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 92 | 0 | 0.70 | 0.45 | 0.35 | 338.28 | 0.54 | 0.42 |
| Hex | A6 | 32 | 5C | 0 | 46 | 2D | 23 | 152 | 36 | 2A |
| Octal | 246 | 62 | 134 | 0 | 106 | 55 | 43 | 522 | 66 | 52 |
| Binary | 10100110 | 110010 | 1011100 | 0 | 1000110 | 101101 | 100011 | 101010010 | 110110 | 101010 |
Color Harmonies of #A6325C
Complementary color
Monochromatic Colors of #A6325C
Black with #A6325C
Text Example
Text Example
White with #A6325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6325C; }
p { color: rgb(166,50,92); }
H1.HeaderClassName
{
color: #A6325C;
}
.AnyTagClassName
{
color: #A6325C;
}
</style>
background-color css
<style>
a { background-color: #A6325C; }
a { background-color: rgb(166,50,92); }
div.DivClassName
{
background-color: #A6325C;
}
.BgClassName
{
background-color: #A6325C;
}
</style>
border-color css
<style>
span { border-color: #A6325C; }
span { border-color: rgb(166,50,92); }
td.TdClassName
{
border-color: #A6325C;
}
.TagClassName
{
border-color: #A6325C;
}
</style>