Shades of Rouge #BA3462
Tints of Rouge #BA3462
RGB
CMYK
RGB Variations
Color information
#BA3462 (or 0xBA3462) is known color: Rouge. HEX triplet: BA, 34 and 62. RGB value is (186,52,98). Sum of RGB (Red+Green+Blue) = 186+52+98=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3462 is #45CB9D. Grayscale: #616161. Windows color (decimal): -4574110 or 6436026. OLE color: 6436026.
HSL color Cylindrical-coordinate representation of color #BA3462: hue angle of 339.4º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3462 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 98 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.27 |
| HSL | 339.4º | 0.56% | 0.47% | - |
| HSV(B) | 339.4º | 0.72% | 0.73% | - |
| XYZ | 23.68 | 13.78 | 12.97 | - |
| YUV | 97.31 | 128.39 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 98 | 0 | 0.72 | 0.47 | 0.27 | 339.4 | 0.56 | 0.47 |
| Hex | BA | 34 | 62 | 0 | 48 | 2F | 1B | 153 | 38 | 2F |
| Octal | 272 | 64 | 142 | 0 | 110 | 57 | 33 | 523 | 70 | 57 |
| Binary | 10111010 | 110100 | 1100010 | 0 | 1001000 | 101111 | 11011 | 101010011 | 111000 | 101111 |
Color Harmonies of #BA3462
Complementary color
Monochromatic Colors of #BA3462
Black with #BA3462
Text Example
Text Example
White with #BA3462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3462; }
p { color: rgb(186,52,98); }
H1.HeaderClassName
{
color: #BA3462;
}
.AnyTagClassName
{
color: #BA3462;
}
</style>
background-color css
<style>
a { background-color: #BA3462; }
a { background-color: rgb(186,52,98); }
div.DivClassName
{
background-color: #BA3462;
}
.BgClassName
{
background-color: #BA3462;
}
</style>
border-color css
<style>
span { border-color: #BA3462; }
span { border-color: rgb(186,52,98); }
td.TdClassName
{
border-color: #BA3462;
}
.TagClassName
{
border-color: #BA3462;
}
</style>