Shades of Rouge #A3376D
Tints of Rouge #A3376D
RGB
CMYK
RGB Variations
Color information
#A3376D (or 0xA3376D) is known color: Rouge. HEX triplet: A3, 37 and 6D. RGB value is (163,55,109). Sum of RGB (Red+Green+Blue) = 163+55+109=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A3376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3376D is #5CC892. Grayscale: #5D5D5D. Windows color (decimal): -6080659 or 7157667. OLE color: 7157667.
HSL color Cylindrical-coordinate representation of color #A3376D: hue angle of 330º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3376D is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 55 | 109 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.36 |
| HSL | 330º | 0.5% | 0.43% | - |
| HSV(B) | 330º | 0.66% | 0.64% | - |
| XYZ | 19.23 | 11.62 | 15.7 | - |
| YUV | 93.45 | 136.78 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 109 | 0 | 0.66 | 0.33 | 0.36 | 330 | 0.5 | 0.43 |
| Hex | A3 | 37 | 6D | 0 | 42 | 21 | 24 | 14A | 32 | 2B |
| Octal | 243 | 67 | 155 | 0 | 102 | 41 | 44 | 512 | 62 | 53 |
| Binary | 10100011 | 110111 | 1101101 | 0 | 1000010 | 100001 | 100100 | 101001010 | 110010 | 101011 |
Color Harmonies of #A3376D
Complementary color
Monochromatic Colors of #A3376D
Black with #A3376D
Text Example
Text Example
White with #A3376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3376D; }
p { color: rgb(163,55,109); }
H1.HeaderClassName
{
color: #A3376D;
}
.AnyTagClassName
{
color: #A3376D;
}
</style>
background-color css
<style>
a { background-color: #A3376D; }
a { background-color: rgb(163,55,109); }
div.DivClassName
{
background-color: #A3376D;
}
.BgClassName
{
background-color: #A3376D;
}
</style>
border-color css
<style>
span { border-color: #A3376D; }
span { border-color: rgb(163,55,109); }
td.TdClassName
{
border-color: #A3376D;
}
.TagClassName
{
border-color: #A3376D;
}
</style>