Shades of Rouge #AB305C
Tints of Rouge #AB305C
RGB
CMYK
RGB Variations
Color information
#AB305C (or 0xAB305C) is known color: Rouge. HEX triplet: AB, 30 and 5C. RGB value is (171,48,92). Sum of RGB (Red+Green+Blue) = 171+48+92=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB305C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB305C is #54CFA3. Grayscale: #595959. Windows color (decimal): -5558180 or 6041771. OLE color: 6041771.
HSL color Cylindrical-coordinate representation of color #AB305C: hue angle of 338.54º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB305C is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 92 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.33 |
| HSL | 338.54º | 0.56% | 0.43% | - |
| HSV(B) | 338.54º | 0.72% | 0.67% | - |
| XYZ | 19.78 | 11.54 | 11.31 | - |
| YUV | 89.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 92 | 0 | 0.72 | 0.46 | 0.33 | 338.54 | 0.56 | 0.43 |
| Hex | AB | 30 | 5C | 0 | 48 | 2E | 21 | 153 | 38 | 2B |
| Octal | 253 | 60 | 134 | 0 | 110 | 56 | 41 | 523 | 70 | 53 |
| Binary | 10101011 | 110000 | 1011100 | 0 | 1001000 | 101110 | 100001 | 101010011 | 111000 | 101011 |
Color Harmonies of #AB305C
Complementary color
Monochromatic Colors of #AB305C
Black with #AB305C
Text Example
Text Example
White with #AB305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB305C; }
p { color: rgb(171,48,92); }
H1.HeaderClassName
{
color: #AB305C;
}
.AnyTagClassName
{
color: #AB305C;
}
</style>
background-color css
<style>
a { background-color: #AB305C; }
a { background-color: rgb(171,48,92); }
div.DivClassName
{
background-color: #AB305C;
}
.BgClassName
{
background-color: #AB305C;
}
</style>
border-color css
<style>
span { border-color: #AB305C; }
span { border-color: rgb(171,48,92); }
td.TdClassName
{
border-color: #AB305C;
}
.TagClassName
{
border-color: #AB305C;
}
</style>