Shades of Rouge #A3376E
Tints of Rouge #A3376E
RGB
CMYK
RGB Variations
Color information
#A3376E (or 0xA3376E) is known color: Rouge. HEX triplet: A3, 37 and 6E. RGB value is (163,55,110). Sum of RGB (Red+Green+Blue) = 163+55+110=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A3376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3376E is #5CC891. Grayscale: #5D5D5D. Windows color (decimal): -6080658 or 7223203. OLE color: 7223203.
HSL color Cylindrical-coordinate representation of color #A3376E: hue angle of 329.44º 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 #A3376E is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 55 | 110 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.36 |
| HSL | 329.44º | 0.5% | 0.43% | - |
| HSV(B) | 329.44º | 0.66% | 0.64% | - |
| XYZ | 19.28 | 11.64 | 15.98 | - |
| YUV | 93.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 110 | 0 | 0.66 | 0.33 | 0.36 | 329.44 | 0.5 | 0.43 |
| Hex | A3 | 37 | 6E | 0 | 42 | 21 | 24 | 149 | 32 | 2B |
| Octal | 243 | 67 | 156 | 0 | 102 | 41 | 44 | 511 | 62 | 53 |
| Binary | 10100011 | 110111 | 1101110 | 0 | 1000010 | 100001 | 100100 | 101001001 | 110010 | 101011 |
Color Harmonies of #A3376E
Complementary color
Monochromatic Colors of #A3376E
Black with #A3376E
Text Example
Text Example
White with #A3376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3376E; }
p { color: rgb(163,55,110); }
H1.HeaderClassName
{
color: #A3376E;
}
.AnyTagClassName
{
color: #A3376E;
}
</style>
background-color css
<style>
a { background-color: #A3376E; }
a { background-color: rgb(163,55,110); }
div.DivClassName
{
background-color: #A3376E;
}
.BgClassName
{
background-color: #A3376E;
}
</style>
border-color css
<style>
span { border-color: #A3376E; }
span { border-color: rgb(163,55,110); }
td.TdClassName
{
border-color: #A3376E;
}
.TagClassName
{
border-color: #A3376E;
}
</style>