Shades of Rouge #BA3A5E
Tints of Rouge #BA3A5E
RGB
CMYK
RGB Variations
Color information
#BA3A5E (or 0xBA3A5E) is known color: Rouge. HEX triplet: BA, 3A and 5E. RGB value is (186,58,94). Sum of RGB (Red+Green+Blue) = 186+58+94=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3A5E is #45C5A1. Grayscale: #646464. Windows color (decimal): -4572578 or 6175418. OLE color: 6175418.
HSL color Cylindrical-coordinate representation of color #BA3A5E: hue angle of 343.12º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3A5E is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 94 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.27 |
| HSL | 343.13º | 0.52% | 0.48% | - |
| HSV(B) | 343.13º | 0.69% | 0.73% | - |
| XYZ | 23.78 | 14.27 | 12.09 | - |
| YUV | 100.38 | 124.41 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 94 | 0 | 0.69 | 0.49 | 0.27 | 343.13 | 0.52 | 0.48 |
| Hex | BA | 3A | 5E | 0 | 45 | 31 | 1B | 157 | 34 | 30 |
| Octal | 272 | 72 | 136 | 0 | 105 | 61 | 33 | 527 | 64 | 60 |
| Binary | 10111010 | 111010 | 1011110 | 0 | 1000101 | 110001 | 11011 | 101010111 | 110100 | 110000 |
Color Harmonies of #BA3A5E
Complementary color
Monochromatic Colors of #BA3A5E
Black with #BA3A5E
Text Example
Text Example
White with #BA3A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A5E; }
p { color: rgb(186,58,94); }
H1.HeaderClassName
{
color: #BA3A5E;
}
.AnyTagClassName
{
color: #BA3A5E;
}
</style>
background-color css
<style>
a { background-color: #BA3A5E; }
a { background-color: rgb(186,58,94); }
div.DivClassName
{
background-color: #BA3A5E;
}
.BgClassName
{
background-color: #BA3A5E;
}
</style>
border-color css
<style>
span { border-color: #BA3A5E; }
span { border-color: rgb(186,58,94); }
td.TdClassName
{
border-color: #BA3A5E;
}
.TagClassName
{
border-color: #BA3A5E;
}
</style>