Shades of Rouge #BA3265
Tints of Rouge #BA3265
RGB
CMYK
RGB Variations
Color information
#BA3265 (or 0xBA3265) is known color: Rouge. HEX triplet: BA, 32 and 65. RGB value is (186,50,101). Sum of RGB (Red+Green+Blue) = 186+50+101=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3265 is #45CD9A. Grayscale: #606060. Windows color (decimal): -4574619 or 6632122. OLE color: 6632122.
HSL color Cylindrical-coordinate representation of color #BA3265: hue angle of 337.5º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3265 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 101 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.27 |
| HSL | 337.5º | 0.58% | 0.46% | - |
| HSV(B) | 337.5º | 0.73% | 0.73% | - |
| XYZ | 23.74 | 13.66 | 13.7 | - |
| YUV | 96.48 | 130.56 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 101 | 0 | 0.73 | 0.46 | 0.27 | 337.5 | 0.58 | 0.46 |
| Hex | BA | 32 | 65 | 0 | 49 | 2E | 1B | 152 | 3A | 2E |
| Octal | 272 | 62 | 145 | 0 | 111 | 56 | 33 | 522 | 72 | 56 |
| Binary | 10111010 | 110010 | 1100101 | 0 | 1001001 | 101110 | 11011 | 101010010 | 111010 | 101110 |
Color Harmonies of #BA3265
Complementary color
Monochromatic Colors of #BA3265
Black with #BA3265
Text Example
Text Example
White with #BA3265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3265; }
p { color: rgb(186,50,101); }
H1.HeaderClassName
{
color: #BA3265;
}
.AnyTagClassName
{
color: #BA3265;
}
</style>
background-color css
<style>
a { background-color: #BA3265; }
a { background-color: rgb(186,50,101); }
div.DivClassName
{
background-color: #BA3265;
}
.BgClassName
{
background-color: #BA3265;
}
</style>
border-color css
<style>
span { border-color: #BA3265; }
span { border-color: rgb(186,50,101); }
td.TdClassName
{
border-color: #BA3265;
}
.TagClassName
{
border-color: #BA3265;
}
</style>