Shades of Rouge #A3355C
Tints of Rouge #A3355C
RGB
CMYK
RGB Variations
Color information
#A3355C (or 0xA3355C) is known color: Rouge. HEX triplet: A3, 35 and 5C. RGB value is (163,53,92). Sum of RGB (Red+Green+Blue) = 163+53+92=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3355C is #5CCAA3. Grayscale: #5A5A5A. Windows color (decimal): -6081188 or 6043043. OLE color: 6043043.
HSL color Cylindrical-coordinate representation of color #A3355C: hue angle of 338.73º degrees, saturation: 0.51, 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 #A3355C is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 53 | 92 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.36 |
| HSL | 338.73º | 0.51% | 0.42% | - |
| HSV(B) | 338.73º | 0.67% | 0.64% | - |
| XYZ | 18.31 | 11.11 | 11.3 | - |
| YUV | 90.34 | 128.94 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 92 | 0 | 0.67 | 0.44 | 0.36 | 338.73 | 0.51 | 0.42 |
| Hex | A3 | 35 | 5C | 0 | 43 | 2C | 24 | 153 | 33 | 2A |
| Octal | 243 | 65 | 134 | 0 | 103 | 54 | 44 | 523 | 63 | 52 |
| Binary | 10100011 | 110101 | 1011100 | 0 | 1000011 | 101100 | 100100 | 101010011 | 110011 | 101010 |
Color Harmonies of #A3355C
Complementary color
Monochromatic Colors of #A3355C
Black with #A3355C
Text Example
Text Example
White with #A3355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3355C; }
p { color: rgb(163,53,92); }
H1.HeaderClassName
{
color: #A3355C;
}
.AnyTagClassName
{
color: #A3355C;
}
</style>
background-color css
<style>
a { background-color: #A3355C; }
a { background-color: rgb(163,53,92); }
div.DivClassName
{
background-color: #A3355C;
}
.BgClassName
{
background-color: #A3355C;
}
</style>
border-color css
<style>
span { border-color: #A3355C; }
span { border-color: rgb(163,53,92); }
td.TdClassName
{
border-color: #A3355C;
}
.TagClassName
{
border-color: #A3355C;
}
</style>