Shades of Rouge #AB385C
Tints of Rouge #AB385C
RGB
CMYK
RGB Variations
Color information
#AB385C (or 0xAB385C) is known color: Rouge. HEX triplet: AB, 38 and 5C. RGB value is (171,56,92). Sum of RGB (Red+Green+Blue) = 171+56+92=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB385C is #54C7A3. Grayscale: #5E5E5E. Windows color (decimal): -5556132 or 6043819. OLE color: 6043819.
HSL color Cylindrical-coordinate representation of color #AB385C: hue angle of 341.22º 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 #AB385C is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 92 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.33 |
| HSL | 341.22º | 0.51% | 0.45% | - |
| HSV(B) | 341.22º | 0.67% | 0.67% | - |
| XYZ | 20.14 | 12.26 | 11.43 | - |
| YUV | 94.49 | 126.6 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 92 | 0 | 0.67 | 0.46 | 0.33 | 341.22 | 0.51 | 0.45 |
| Hex | AB | 38 | 5C | 0 | 43 | 2E | 21 | 155 | 33 | 2D |
| Octal | 253 | 70 | 134 | 0 | 103 | 56 | 41 | 525 | 63 | 55 |
| Binary | 10101011 | 111000 | 1011100 | 0 | 1000011 | 101110 | 100001 | 101010101 | 110011 | 101101 |
Color Harmonies of #AB385C
Complementary color
Monochromatic Colors of #AB385C
Black with #AB385C
Text Example
Text Example
White with #AB385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB385C; }
p { color: rgb(171,56,92); }
H1.HeaderClassName
{
color: #AB385C;
}
.AnyTagClassName
{
color: #AB385C;
}
</style>
background-color css
<style>
a { background-color: #AB385C; }
a { background-color: rgb(171,56,92); }
div.DivClassName
{
background-color: #AB385C;
}
.BgClassName
{
background-color: #AB385C;
}
</style>
border-color css
<style>
span { border-color: #AB385C; }
span { border-color: rgb(171,56,92); }
td.TdClassName
{
border-color: #AB385C;
}
.TagClassName
{
border-color: #AB385C;
}
</style>