Shades of Rouge #A3376F
Tints of Rouge #A3376F
RGB
CMYK
RGB Variations
Color information
#A3376F (or 0xA3376F) is known color: Rouge. HEX triplet: A3, 37 and 6F. RGB value is (163,55,111). Sum of RGB (Red+Green+Blue) = 163+55+111=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A3376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3376F is #5CC890. Grayscale: #5D5D5D. Windows color (decimal): -6080657 or 7288739. OLE color: 7288739.
HSL color Cylindrical-coordinate representation of color #A3376F: hue angle of 328.89º 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 #A3376F is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 55 | 111 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.36 |
| HSL | 328.89º | 0.5% | 0.43% | - |
| HSV(B) | 328.89º | 0.66% | 0.64% | - |
| XYZ | 19.34 | 11.67 | 16.27 | - |
| YUV | 93.68 | 137.78 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 111 | 0 | 0.66 | 0.32 | 0.36 | 328.89 | 0.5 | 0.43 |
| Hex | A3 | 37 | 6F | 0 | 42 | 20 | 24 | 149 | 32 | 2B |
| Octal | 243 | 67 | 157 | 0 | 102 | 40 | 44 | 511 | 62 | 53 |
| Binary | 10100011 | 110111 | 1101111 | 0 | 1000010 | 100000 | 100100 | 101001001 | 110010 | 101011 |
Color Harmonies of #A3376F
Complementary color
Monochromatic Colors of #A3376F
Black with #A3376F
Text Example
Text Example
White with #A3376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3376F; }
p { color: rgb(163,55,111); }
H1.HeaderClassName
{
color: #A3376F;
}
.AnyTagClassName
{
color: #A3376F;
}
</style>
background-color css
<style>
a { background-color: #A3376F; }
a { background-color: rgb(163,55,111); }
div.DivClassName
{
background-color: #A3376F;
}
.BgClassName
{
background-color: #A3376F;
}
</style>
border-color css
<style>
span { border-color: #A3376F; }
span { border-color: rgb(163,55,111); }
td.TdClassName
{
border-color: #A3376F;
}
.TagClassName
{
border-color: #A3376F;
}
</style>