Shades of Rouge #AB385B
Tints of Rouge #AB385B
RGB
CMYK
RGB Variations
Color information
#AB385B (or 0xAB385B) is known color: Rouge. HEX triplet: AB, 38 and 5B. RGB value is (171,56,91). Sum of RGB (Red+Green+Blue) = 171+56+91=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB385B is #54C7A4. Grayscale: #5E5E5E. Windows color (decimal): -5556133 or 5978283. OLE color: 5978283.
HSL color Cylindrical-coordinate representation of color #AB385B: hue angle of 341.74º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB385B is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 91 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.33 |
| HSL | 341.74º | 0.51% | 0.45% | - |
| HSV(B) | 341.74º | 0.67% | 0.67% | - |
| XYZ | 20.1 | 12.24 | 11.2 | - |
| YUV | 94.38 | 126.1 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 91 | 0 | 0.67 | 0.47 | 0.33 | 341.74 | 0.51 | 0.45 |
| Hex | AB | 38 | 5B | 0 | 43 | 2F | 21 | 156 | 33 | 2D |
| Octal | 253 | 70 | 133 | 0 | 103 | 57 | 41 | 526 | 63 | 55 |
| Binary | 10101011 | 111000 | 1011011 | 0 | 1000011 | 101111 | 100001 | 101010110 | 110011 | 101101 |
Color Harmonies of #AB385B
Complementary color
Monochromatic Colors of #AB385B
Black with #AB385B
Text Example
Text Example
White with #AB385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB385B; }
p { color: rgb(171,56,91); }
H1.HeaderClassName
{
color: #AB385B;
}
.AnyTagClassName
{
color: #AB385B;
}
</style>
background-color css
<style>
a { background-color: #AB385B; }
a { background-color: rgb(171,56,91); }
div.DivClassName
{
background-color: #AB385B;
}
.BgClassName
{
background-color: #AB385B;
}
</style>
border-color css
<style>
span { border-color: #AB385B; }
span { border-color: rgb(171,56,91); }
td.TdClassName
{
border-color: #AB385B;
}
.TagClassName
{
border-color: #AB385B;
}
</style>