Shades of Rouge #AB375C
Tints of Rouge #AB375C
RGB
CMYK
RGB Variations
Color information
#AB375C (or 0xAB375C) is known color: Rouge. HEX triplet: AB, 37 and 5C. RGB value is (171,55,92). Sum of RGB (Red+Green+Blue) = 171+55+92=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB375C is #54C8A3. Grayscale: #5D5D5D. Windows color (decimal): -5556388 or 6043563. OLE color: 6043563.
HSL color Cylindrical-coordinate representation of color #AB375C: hue angle of 340.86º 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 #AB375C is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 92 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.33 |
| HSL | 340.86º | 0.51% | 0.44% | - |
| HSV(B) | 340.86º | 0.68% | 0.67% | - |
| XYZ | 20.09 | 12.16 | 11.41 | - |
| YUV | 93.9 | 126.93 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 92 | 0 | 0.68 | 0.46 | 0.33 | 340.86 | 0.51 | 0.44 |
| Hex | AB | 37 | 5C | 0 | 44 | 2E | 21 | 155 | 33 | 2C |
| Octal | 253 | 67 | 134 | 0 | 104 | 56 | 41 | 525 | 63 | 54 |
| Binary | 10101011 | 110111 | 1011100 | 0 | 1000100 | 101110 | 100001 | 101010101 | 110011 | 101100 |
Color Harmonies of #AB375C
Complementary color
Monochromatic Colors of #AB375C
Black with #AB375C
Text Example
Text Example
White with #AB375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB375C; }
p { color: rgb(171,55,92); }
H1.HeaderClassName
{
color: #AB375C;
}
.AnyTagClassName
{
color: #AB375C;
}
</style>
background-color css
<style>
a { background-color: #AB375C; }
a { background-color: rgb(171,55,92); }
div.DivClassName
{
background-color: #AB375C;
}
.BgClassName
{
background-color: #AB375C;
}
</style>
border-color css
<style>
span { border-color: #AB375C; }
span { border-color: rgb(171,55,92); }
td.TdClassName
{
border-color: #AB375C;
}
.TagClassName
{
border-color: #AB375C;
}
</style>