Shades of Rouge #BA3A5C
Tints of Rouge #BA3A5C
RGB
CMYK
RGB Variations
Color information
#BA3A5C (or 0xBA3A5C) is known color: Rouge. HEX triplet: BA, 3A and 5C. RGB value is (186,58,92). Sum of RGB (Red+Green+Blue) = 186+58+92=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3A5C is #45C5A3. Grayscale: #646464. Windows color (decimal): -4572580 or 6044346. OLE color: 6044346.
HSL color Cylindrical-coordinate representation of color #BA3A5C: hue angle of 344.06º 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 #BA3A5C is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 92 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.27 |
| HSL | 344.06º | 0.52% | 0.48% | - |
| HSV(B) | 344.06º | 0.69% | 0.73% | - |
| XYZ | 23.69 | 14.24 | 11.62 | - |
| YUV | 100.15 | 123.41 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 92 | 0 | 0.69 | 0.51 | 0.27 | 344.06 | 0.52 | 0.48 |
| Hex | BA | 3A | 5C | 0 | 45 | 33 | 1B | 158 | 34 | 30 |
| Octal | 272 | 72 | 134 | 0 | 105 | 63 | 33 | 530 | 64 | 60 |
| Binary | 10111010 | 111010 | 1011100 | 0 | 1000101 | 110011 | 11011 | 101011000 | 110100 | 110000 |
Color Harmonies of #BA3A5C
Complementary color
Monochromatic Colors of #BA3A5C
Black with #BA3A5C
Text Example
Text Example
White with #BA3A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A5C; }
p { color: rgb(186,58,92); }
H1.HeaderClassName
{
color: #BA3A5C;
}
.AnyTagClassName
{
color: #BA3A5C;
}
</style>
background-color css
<style>
a { background-color: #BA3A5C; }
a { background-color: rgb(186,58,92); }
div.DivClassName
{
background-color: #BA3A5C;
}
.BgClassName
{
background-color: #BA3A5C;
}
</style>
border-color css
<style>
span { border-color: #BA3A5C; }
span { border-color: rgb(186,58,92); }
td.TdClassName
{
border-color: #BA3A5C;
}
.TagClassName
{
border-color: #BA3A5C;
}
</style>