Shades of Rouge #AB365E
Tints of Rouge #AB365E
RGB
CMYK
RGB Variations
Color information
#AB365E (or 0xAB365E) is known color: Rouge. HEX triplet: AB, 36 and 5E. RGB value is (171,54,94). Sum of RGB (Red+Green+Blue) = 171+54+94=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB365E is #54C9A1. Grayscale: #5D5D5D. Windows color (decimal): -5556642 or 6174379. OLE color: 6174379.
HSL color Cylindrical-coordinate representation of color #AB365E: hue angle of 339.49º degrees, saturation: 0.52, 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 #AB365E is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 94 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.33 |
| HSL | 339.49º | 0.52% | 0.44% | - |
| HSV(B) | 339.49º | 0.68% | 0.67% | - |
| XYZ | 20.13 | 12.1 | 11.86 | - |
| YUV | 93.54 | 128.26 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 94 | 0 | 0.68 | 0.45 | 0.33 | 339.49 | 0.52 | 0.44 |
| Hex | AB | 36 | 5E | 0 | 44 | 2D | 21 | 153 | 34 | 2C |
| Octal | 253 | 66 | 136 | 0 | 104 | 55 | 41 | 523 | 64 | 54 |
| Binary | 10101011 | 110110 | 1011110 | 0 | 1000100 | 101101 | 100001 | 101010011 | 110100 | 101100 |
Color Harmonies of #AB365E
Complementary color
Monochromatic Colors of #AB365E
Black with #AB365E
Text Example
Text Example
White with #AB365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB365E; }
p { color: rgb(171,54,94); }
H1.HeaderClassName
{
color: #AB365E;
}
.AnyTagClassName
{
color: #AB365E;
}
</style>
background-color css
<style>
a { background-color: #AB365E; }
a { background-color: rgb(171,54,94); }
div.DivClassName
{
background-color: #AB365E;
}
.BgClassName
{
background-color: #AB365E;
}
</style>
border-color css
<style>
span { border-color: #AB365E; }
span { border-color: rgb(171,54,94); }
td.TdClassName
{
border-color: #AB365E;
}
.TagClassName
{
border-color: #AB365E;
}
</style>