Shades of Rouge #BA2A63
Tints of Rouge #BA2A63
RGB
CMYK
RGB Variations
Color information
#BA2A63 (or 0xBA2A63) is known color: Rouge. HEX triplet: BA, 2A and 63. RGB value is (186,42,99). Sum of RGB (Red+Green+Blue) = 186+42+99=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A63 is #45D59C. Grayscale: #5B5B5B. Windows color (decimal): -4576669 or 6499002. OLE color: 6499002.
HSL color Cylindrical-coordinate representation of color #BA2A63: hue angle of 336.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2A63 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 99 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.27 |
| HSL | 336.25º | 0.63% | 0.45% | - |
| HSV(B) | 336.25º | 0.77% | 0.73% | - |
| XYZ | 23.33 | 13 | 13.08 | - |
| YUV | 91.55 | 132.21 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 99 | 0 | 0.77 | 0.47 | 0.27 | 336.25 | 0.63 | 0.45 |
| Hex | BA | 2A | 63 | 0 | 4D | 2F | 1B | 150 | 3F | 2D |
| Octal | 272 | 52 | 143 | 0 | 115 | 57 | 33 | 520 | 77 | 55 |
| Binary | 10111010 | 101010 | 1100011 | 0 | 1001101 | 101111 | 11011 | 101010000 | 111111 | 101101 |
Color Harmonies of #BA2A63
Complementary color
Monochromatic Colors of #BA2A63
Black with #BA2A63
Text Example
Text Example
White with #BA2A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2A63; }
p { color: rgb(186,42,99); }
H1.HeaderClassName
{
color: #BA2A63;
}
.AnyTagClassName
{
color: #BA2A63;
}
</style>
background-color css
<style>
a { background-color: #BA2A63; }
a { background-color: rgb(186,42,99); }
div.DivClassName
{
background-color: #BA2A63;
}
.BgClassName
{
background-color: #BA2A63;
}
</style>
border-color css
<style>
span { border-color: #BA2A63; }
span { border-color: rgb(186,42,99); }
td.TdClassName
{
border-color: #BA2A63;
}
.TagClassName
{
border-color: #BA2A63;
}
</style>