Shades of Rouge #BA2864
Tints of Rouge #BA2864
RGB
CMYK
RGB Variations
Color information
#BA2864 (or 0xBA2864) is known color: Rouge. HEX triplet: BA, 28 and 64. RGB value is (186,40,100). Sum of RGB (Red+Green+Blue) = 186+40+100=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2864 is #45D79B. Grayscale: #5A5A5A. Windows color (decimal): -4577180 or 6564026. OLE color: 6564026.
HSL color Cylindrical-coordinate representation of color #BA2864: hue angle of 335.34º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2864 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 100 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.27 |
| HSL | 335.34º | 0.65% | 0.44% | - |
| HSV(B) | 335.34º | 0.78% | 0.73% | - |
| XYZ | 23.31 | 12.88 | 13.31 | - |
| YUV | 90.49 | 133.37 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 100 | 0 | 0.78 | 0.46 | 0.27 | 335.34 | 0.65 | 0.44 |
| Hex | BA | 28 | 64 | 0 | 4E | 2E | 1B | 14F | 41 | 2C |
| Octal | 272 | 50 | 144 | 0 | 116 | 56 | 33 | 517 | 101 | 54 |
| Binary | 10111010 | 101000 | 1100100 | 0 | 1001110 | 101110 | 11011 | 101001111 | 1000001 | 101100 |
Color Harmonies of #BA2864
Complementary color
Monochromatic Colors of #BA2864
Black with #BA2864
Text Example
Text Example
White with #BA2864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2864; }
p { color: rgb(186,40,100); }
H1.HeaderClassName
{
color: #BA2864;
}
.AnyTagClassName
{
color: #BA2864;
}
</style>
background-color css
<style>
a { background-color: #BA2864; }
a { background-color: rgb(186,40,100); }
div.DivClassName
{
background-color: #BA2864;
}
.BgClassName
{
background-color: #BA2864;
}
</style>
border-color css
<style>
span { border-color: #BA2864; }
span { border-color: rgb(186,40,100); }
td.TdClassName
{
border-color: #BA2864;
}
.TagClassName
{
border-color: #BA2864;
}
</style>