Shades of Rouge #A3286D
Tints of Rouge #A3286D
RGB
CMYK
RGB Variations
Color information
#A3286D (or 0xA3286D) is known color: Rouge. HEX triplet: A3, 28 and 6D. RGB value is (163,40,109). Sum of RGB (Red+Green+Blue) = 163+40+109=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A3286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3286D is #5CD792. Grayscale: #545454. Windows color (decimal): -6084499 or 7153827. OLE color: 7153827.
HSL color Cylindrical-coordinate representation of color #A3286D: hue angle of 326.34º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3286D is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 109 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.36 |
| HSL | 326.34º | 0.61% | 0.4% | - |
| HSV(B) | 326.34º | 0.75% | 0.64% | - |
| XYZ | 18.62 | 10.41 | 15.5 | - |
| YUV | 84.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 109 | 0 | 0.75 | 0.33 | 0.36 | 326.34 | 0.61 | 0.4 |
| Hex | A3 | 28 | 6D | 0 | 4B | 21 | 24 | 146 | 3D | 28 |
| Octal | 243 | 50 | 155 | 0 | 113 | 41 | 44 | 506 | 75 | 50 |
| Binary | 10100011 | 101000 | 1101101 | 0 | 1001011 | 100001 | 100100 | 101000110 | 111101 | 101000 |
Color Harmonies of #A3286D
Complementary color
Monochromatic Colors of #A3286D
Black with #A3286D
Text Example
Text Example
White with #A3286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3286D; }
p { color: rgb(163,40,109); }
H1.HeaderClassName
{
color: #A3286D;
}
.AnyTagClassName
{
color: #A3286D;
}
</style>
background-color css
<style>
a { background-color: #A3286D; }
a { background-color: rgb(163,40,109); }
div.DivClassName
{
background-color: #A3286D;
}
.BgClassName
{
background-color: #A3286D;
}
</style>
border-color css
<style>
span { border-color: #A3286D; }
span { border-color: rgb(163,40,109); }
td.TdClassName
{
border-color: #A3286D;
}
.TagClassName
{
border-color: #A3286D;
}
</style>