Shades of Rouge #AB376C
Tints of Rouge #AB376C
RGB
CMYK
RGB Variations
Color information
#AB376C (or 0xAB376C) is known color: Rouge. HEX triplet: AB, 37 and 6C. RGB value is (171,55,108). Sum of RGB (Red+Green+Blue) = 171+55+108=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB376C is #54C893. Grayscale: #5F5F5F. Windows color (decimal): -5556372 or 7092139. OLE color: 7092139.
HSL color Cylindrical-coordinate representation of color #AB376C: hue angle of 332.59º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB376C is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 108 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.33 |
| HSL | 332.59º | 0.51% | 0.44% | - |
| HSV(B) | 332.59º | 0.68% | 0.67% | - |
| XYZ | 20.87 | 12.47 | 15.5 | - |
| YUV | 95.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 108 | 0 | 0.68 | 0.37 | 0.33 | 332.59 | 0.51 | 0.44 |
| Hex | AB | 37 | 6C | 0 | 44 | 25 | 21 | 14D | 33 | 2C |
| Octal | 253 | 67 | 154 | 0 | 104 | 45 | 41 | 515 | 63 | 54 |
| Binary | 10101011 | 110111 | 1101100 | 0 | 1000100 | 100101 | 100001 | 101001101 | 110011 | 101100 |
Color Harmonies of #AB376C
Complementary color
Monochromatic Colors of #AB376C
Black with #AB376C
Text Example
Text Example
White with #AB376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB376C; }
p { color: rgb(171,55,108); }
H1.HeaderClassName
{
color: #AB376C;
}
.AnyTagClassName
{
color: #AB376C;
}
</style>
background-color css
<style>
a { background-color: #AB376C; }
a { background-color: rgb(171,55,108); }
div.DivClassName
{
background-color: #AB376C;
}
.BgClassName
{
background-color: #AB376C;
}
</style>
border-color css
<style>
span { border-color: #AB376C; }
span { border-color: rgb(171,55,108); }
td.TdClassName
{
border-color: #AB376C;
}
.TagClassName
{
border-color: #AB376C;
}
</style>