Shades of Rouge #A6376F
Tints of Rouge #A6376F
RGB
CMYK
RGB Variations
Color information
#A6376F (or 0xA6376F) is known color: Rouge. HEX triplet: A6, 37 and 6F. RGB value is (166,55,111). Sum of RGB (Red+Green+Blue) = 166+55+111=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A6376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6376F is #59C890. Grayscale: #5E5E5E. Windows color (decimal): -5884049 or 7288742. OLE color: 7288742.
HSL color Cylindrical-coordinate representation of color #A6376F: hue angle of 329.73º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6376F is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 55 | 111 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.35 |
| HSL | 329.73º | 0.5% | 0.43% | - |
| HSV(B) | 329.73º | 0.67% | 0.65% | - |
| XYZ | 19.96 | 11.99 | 16.3 | - |
| YUV | 94.57 | 137.27 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 55 | 111 | 0 | 0.67 | 0.33 | 0.35 | 329.73 | 0.5 | 0.43 |
| Hex | A6 | 37 | 6F | 0 | 43 | 21 | 23 | 14A | 32 | 2B |
| Octal | 246 | 67 | 157 | 0 | 103 | 41 | 43 | 512 | 62 | 53 |
| Binary | 10100110 | 110111 | 1101111 | 0 | 1000011 | 100001 | 100011 | 101001010 | 110010 | 101011 |
Color Harmonies of #A6376F
Complementary color
Monochromatic Colors of #A6376F
Black with #A6376F
Text Example
Text Example
White with #A6376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6376F; }
p { color: rgb(166,55,111); }
H1.HeaderClassName
{
color: #A6376F;
}
.AnyTagClassName
{
color: #A6376F;
}
</style>
background-color css
<style>
a { background-color: #A6376F; }
a { background-color: rgb(166,55,111); }
div.DivClassName
{
background-color: #A6376F;
}
.BgClassName
{
background-color: #A6376F;
}
</style>
border-color css
<style>
span { border-color: #A6376F; }
span { border-color: rgb(166,55,111); }
td.TdClassName
{
border-color: #A6376F;
}
.TagClassName
{
border-color: #A6376F;
}
</style>