Shades of Rouge #BA3468
Tints of Rouge #BA3468
RGB
CMYK
RGB Variations
Color information
#BA3468 (or 0xBA3468) is known color: Rouge. HEX triplet: BA, 34 and 68. RGB value is (186,52,104). Sum of RGB (Red+Green+Blue) = 186+52+104=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3468 is #45CB97. Grayscale: #616161. Windows color (decimal): -4574104 or 6829242. OLE color: 6829242.
HSL color Cylindrical-coordinate representation of color #BA3468: hue angle of 336.72º 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 #BA3468 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 104 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.27 |
| HSL | 336.72º | 0.56% | 0.47% | - |
| HSV(B) | 336.72º | 0.72% | 0.73% | - |
| XYZ | 23.98 | 13.89 | 14.51 | - |
| YUV | 97.99 | 131.39 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 104 | 0 | 0.72 | 0.44 | 0.27 | 336.72 | 0.56 | 0.47 |
| Hex | BA | 34 | 68 | 0 | 48 | 2C | 1B | 151 | 38 | 2F |
| Octal | 272 | 64 | 150 | 0 | 110 | 54 | 33 | 521 | 70 | 57 |
| Binary | 10111010 | 110100 | 1101000 | 0 | 1001000 | 101100 | 11011 | 101010001 | 111000 | 101111 |
Color Harmonies of #BA3468
Complementary color
Monochromatic Colors of #BA3468
Black with #BA3468
Text Example
Text Example
White with #BA3468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3468; }
p { color: rgb(186,52,104); }
H1.HeaderClassName
{
color: #BA3468;
}
.AnyTagClassName
{
color: #BA3468;
}
</style>
background-color css
<style>
a { background-color: #BA3468; }
a { background-color: rgb(186,52,104); }
div.DivClassName
{
background-color: #BA3468;
}
.BgClassName
{
background-color: #BA3468;
}
</style>
border-color css
<style>
span { border-color: #BA3468; }
span { border-color: rgb(186,52,104); }
td.TdClassName
{
border-color: #BA3468;
}
.TagClassName
{
border-color: #BA3468;
}
</style>