Shades of Rouge #A3346F
Tints of Rouge #A3346F
RGB
CMYK
RGB Variations
Color information
#A3346F (or 0xA3346F) is known color: Rouge. HEX triplet: A3, 34 and 6F. RGB value is (163,52,111). Sum of RGB (Red+Green+Blue) = 163+52+111=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3346F is #5CCB90. Grayscale: #5B5B5B. Windows color (decimal): -6081425 or 7287971. OLE color: 7287971.
HSL color Cylindrical-coordinate representation of color #A3346F: hue angle of 328.11º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A3346F is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 52 | 111 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.36 |
| HSL | 328.11º | 0.52% | 0.42% | - |
| HSV(B) | 328.11º | 0.68% | 0.64% | - |
| XYZ | 19.2 | 11.39 | 16.23 | - |
| YUV | 91.92 | 138.77 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 111 | 0 | 0.68 | 0.32 | 0.36 | 328.11 | 0.52 | 0.42 |
| Hex | A3 | 34 | 6F | 0 | 44 | 20 | 24 | 148 | 34 | 2A |
| Octal | 243 | 64 | 157 | 0 | 104 | 40 | 44 | 510 | 64 | 52 |
| Binary | 10100011 | 110100 | 1101111 | 0 | 1000100 | 100000 | 100100 | 101001000 | 110100 | 101010 |
Color Harmonies of #A3346F
Complementary color
Monochromatic Colors of #A3346F
Black with #A3346F
Text Example
Text Example
White with #A3346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3346F; }
p { color: rgb(163,52,111); }
H1.HeaderClassName
{
color: #A3346F;
}
.AnyTagClassName
{
color: #A3346F;
}
</style>
background-color css
<style>
a { background-color: #A3346F; }
a { background-color: rgb(163,52,111); }
div.DivClassName
{
background-color: #A3346F;
}
.BgClassName
{
background-color: #A3346F;
}
</style>
border-color css
<style>
span { border-color: #A3346F; }
span { border-color: rgb(163,52,111); }
td.TdClassName
{
border-color: #A3346F;
}
.TagClassName
{
border-color: #A3346F;
}
</style>