Shades of Rouge #BA3064
Tints of Rouge #BA3064
RGB
CMYK
RGB Variations
Color information
#BA3064 (or 0xBA3064) is known color: Rouge. HEX triplet: BA, 30 and 64. RGB value is (186,48,100). Sum of RGB (Red+Green+Blue) = 186+48+100=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3064 is #45CF9B. Grayscale: #5F5F5F. Windows color (decimal): -4575132 or 6566074. OLE color: 6566074.
HSL color Cylindrical-coordinate representation of color #BA3064: hue angle of 337.39º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3064 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 100 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.27 |
| HSL | 337.39º | 0.59% | 0.46% | - |
| HSV(B) | 337.39º | 0.74% | 0.73% | - |
| XYZ | 23.61 | 13.47 | 13.41 | - |
| YUV | 95.19 | 130.72 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 100 | 0 | 0.74 | 0.46 | 0.27 | 337.39 | 0.59 | 0.46 |
| Hex | BA | 30 | 64 | 0 | 4A | 2E | 1B | 151 | 3B | 2E |
| Octal | 272 | 60 | 144 | 0 | 112 | 56 | 33 | 521 | 73 | 56 |
| Binary | 10111010 | 110000 | 1100100 | 0 | 1001010 | 101110 | 11011 | 101010001 | 111011 | 101110 |
Color Harmonies of #BA3064
Complementary color
Monochromatic Colors of #BA3064
Black with #BA3064
Text Example
Text Example
White with #BA3064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3064; }
p { color: rgb(186,48,100); }
H1.HeaderClassName
{
color: #BA3064;
}
.AnyTagClassName
{
color: #BA3064;
}
</style>
background-color css
<style>
a { background-color: #BA3064; }
a { background-color: rgb(186,48,100); }
div.DivClassName
{
background-color: #BA3064;
}
.BgClassName
{
background-color: #BA3064;
}
</style>
border-color css
<style>
span { border-color: #BA3064; }
span { border-color: rgb(186,48,100); }
td.TdClassName
{
border-color: #BA3064;
}
.TagClassName
{
border-color: #BA3064;
}
</style>