Shades of Rouge #BA3063
Tints of Rouge #BA3063
RGB
CMYK
RGB Variations
Color information
#BA3063 (or 0xBA3063) is known color: Rouge. HEX triplet: BA, 30 and 63. RGB value is (186,48,99). Sum of RGB (Red+Green+Blue) = 186+48+99=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3063 is #45CF9C. Grayscale: #5F5F5F. Windows color (decimal): -4575133 or 6500538. OLE color: 6500538.
HSL color Cylindrical-coordinate representation of color #BA3063: hue angle of 337.83º 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 #BA3063 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 99 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.27 |
| HSL | 337.83º | 0.59% | 0.46% | - |
| HSV(B) | 337.83º | 0.74% | 0.73% | - |
| XYZ | 23.56 | 13.45 | 13.16 | - |
| YUV | 95.08 | 130.22 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 99 | 0 | 0.74 | 0.47 | 0.27 | 337.83 | 0.59 | 0.46 |
| Hex | BA | 30 | 63 | 0 | 4A | 2F | 1B | 152 | 3B | 2E |
| Octal | 272 | 60 | 143 | 0 | 112 | 57 | 33 | 522 | 73 | 56 |
| Binary | 10111010 | 110000 | 1100011 | 0 | 1001010 | 101111 | 11011 | 101010010 | 111011 | 101110 |
Color Harmonies of #BA3063
Complementary color
Monochromatic Colors of #BA3063
Black with #BA3063
Text Example
Text Example
White with #BA3063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3063; }
p { color: rgb(186,48,99); }
H1.HeaderClassName
{
color: #BA3063;
}
.AnyTagClassName
{
color: #BA3063;
}
</style>
background-color css
<style>
a { background-color: #BA3063; }
a { background-color: rgb(186,48,99); }
div.DivClassName
{
background-color: #BA3063;
}
.BgClassName
{
background-color: #BA3063;
}
</style>
border-color css
<style>
span { border-color: #BA3063; }
span { border-color: rgb(186,48,99); }
td.TdClassName
{
border-color: #BA3063;
}
.TagClassName
{
border-color: #BA3063;
}
</style>