Shades of Rouge #AB2962
Tints of Rouge #AB2962
RGB
CMYK
RGB Variations
Color information
#AB2962 (or 0xAB2962) is known color: Rouge. HEX triplet: AB, 29 and 62. RGB value is (171,41,98). Sum of RGB (Red+Green+Blue) = 171+41+98=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2962 is #54D69D. Grayscale: #565656. Windows color (decimal): -5559966 or 6433195. OLE color: 6433195.
HSL color Cylindrical-coordinate representation of color #AB2962: hue angle of 333.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2962 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 98 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.33 |
| HSL | 333.69º | 0.61% | 0.42% | - |
| HSV(B) | 333.69º | 0.76% | 0.67% | - |
| XYZ | 19.79 | 11.13 | 12.66 | - |
| YUV | 86.37 | 134.57 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 98 | 0 | 0.76 | 0.43 | 0.33 | 333.69 | 0.61 | 0.42 |
| Hex | AB | 29 | 62 | 0 | 4C | 2B | 21 | 14E | 3D | 2A |
| Octal | 253 | 51 | 142 | 0 | 114 | 53 | 41 | 516 | 75 | 52 |
| Binary | 10101011 | 101001 | 1100010 | 0 | 1001100 | 101011 | 100001 | 101001110 | 111101 | 101010 |
Color Harmonies of #AB2962
Complementary color
Monochromatic Colors of #AB2962
Black with #AB2962
Text Example
Text Example
White with #AB2962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2962; }
p { color: rgb(171,41,98); }
H1.HeaderClassName
{
color: #AB2962;
}
.AnyTagClassName
{
color: #AB2962;
}
</style>
background-color css
<style>
a { background-color: #AB2962; }
a { background-color: rgb(171,41,98); }
div.DivClassName
{
background-color: #AB2962;
}
.BgClassName
{
background-color: #AB2962;
}
</style>
border-color css
<style>
span { border-color: #AB2962; }
span { border-color: rgb(171,41,98); }
td.TdClassName
{
border-color: #AB2962;
}
.TagClassName
{
border-color: #AB2962;
}
</style>