Shades of Rouge #BA3460
Tints of Rouge #BA3460
RGB
CMYK
RGB Variations
Color information
#BA3460 (or 0xBA3460) is known color: Rouge. HEX triplet: BA, 34 and 60. RGB value is (186,52,96). Sum of RGB (Red+Green+Blue) = 186+52+96=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3460 is #45CB9F. Grayscale: #616161. Windows color (decimal): -4574112 or 6304954. OLE color: 6304954.
HSL color Cylindrical-coordinate representation of color #BA3460: hue angle of 340.3º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3460 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 96 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.27 |
| HSL | 340.3º | 0.56% | 0.47% | - |
| HSV(B) | 340.3º | 0.72% | 0.73% | - |
| XYZ | 23.59 | 13.74 | 12.48 | - |
| YUV | 97.08 | 127.39 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 96 | 0 | 0.72 | 0.48 | 0.27 | 340.3 | 0.56 | 0.47 |
| Hex | BA | 34 | 60 | 0 | 48 | 30 | 1B | 154 | 38 | 2F |
| Octal | 272 | 64 | 140 | 0 | 110 | 60 | 33 | 524 | 70 | 57 |
| Binary | 10111010 | 110100 | 1100000 | 0 | 1001000 | 110000 | 11011 | 101010100 | 111000 | 101111 |
Color Harmonies of #BA3460
Complementary color
Monochromatic Colors of #BA3460
Black with #BA3460
Text Example
Text Example
White with #BA3460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3460; }
p { color: rgb(186,52,96); }
H1.HeaderClassName
{
color: #BA3460;
}
.AnyTagClassName
{
color: #BA3460;
}
</style>
background-color css
<style>
a { background-color: #BA3460; }
a { background-color: rgb(186,52,96); }
div.DivClassName
{
background-color: #BA3460;
}
.BgClassName
{
background-color: #BA3460;
}
</style>
border-color css
<style>
span { border-color: #BA3460; }
span { border-color: rgb(186,52,96); }
td.TdClassName
{
border-color: #BA3460;
}
.TagClassName
{
border-color: #BA3460;
}
</style>