Shades of Rouge #BA3262
Tints of Rouge #BA3262
RGB
CMYK
RGB Variations
Color information
#BA3262 (or 0xBA3262) is known color: Rouge. HEX triplet: BA, 32 and 62. RGB value is (186,50,98). Sum of RGB (Red+Green+Blue) = 186+50+98=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3262 is #45CD9D. Grayscale: #606060. Windows color (decimal): -4574622 or 6435514. OLE color: 6435514.
HSL color Cylindrical-coordinate representation of color #BA3262: hue angle of 338.82º 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 #BA3262 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 98 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.27 |
| HSL | 338.82º | 0.58% | 0.46% | - |
| HSV(B) | 338.82º | 0.73% | 0.73% | - |
| XYZ | 23.59 | 13.6 | 12.94 | - |
| YUV | 96.14 | 129.06 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 98 | 0 | 0.73 | 0.47 | 0.27 | 338.82 | 0.58 | 0.46 |
| Hex | BA | 32 | 62 | 0 | 49 | 2F | 1B | 153 | 3A | 2E |
| Octal | 272 | 62 | 142 | 0 | 111 | 57 | 33 | 523 | 72 | 56 |
| Binary | 10111010 | 110010 | 1100010 | 0 | 1001001 | 101111 | 11011 | 101010011 | 111010 | 101110 |
Color Harmonies of #BA3262
Complementary color
Monochromatic Colors of #BA3262
Black with #BA3262
Text Example
Text Example
White with #BA3262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3262; }
p { color: rgb(186,50,98); }
H1.HeaderClassName
{
color: #BA3262;
}
.AnyTagClassName
{
color: #BA3262;
}
</style>
background-color css
<style>
a { background-color: #BA3262; }
a { background-color: rgb(186,50,98); }
div.DivClassName
{
background-color: #BA3262;
}
.BgClassName
{
background-color: #BA3262;
}
</style>
border-color css
<style>
span { border-color: #BA3262; }
span { border-color: rgb(186,50,98); }
td.TdClassName
{
border-color: #BA3262;
}
.TagClassName
{
border-color: #BA3262;
}
</style>