Shades of Rouge #BA366A
Tints of Rouge #BA366A
RGB
CMYK
RGB Variations
Color information
#BA366A (or 0xBA366A) is known color: Rouge. HEX triplet: BA, 36 and 6A. RGB value is (186,54,106). Sum of RGB (Red+Green+Blue) = 186+54+106=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA366A is #45C995. Grayscale: #636363. Windows color (decimal): -4573590 or 6960826. OLE color: 6960826.
HSL color Cylindrical-coordinate representation of color #BA366A: hue angle of 336.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA366A is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 106 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.27 |
| HSL | 336.36º | 0.55% | 0.47% | - |
| HSV(B) | 336.36º | 0.71% | 0.73% | - |
| XYZ | 24.17 | 14.12 | 15.09 | - |
| YUV | 99.4 | 131.73 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 106 | 0 | 0.71 | 0.43 | 0.27 | 336.36 | 0.55 | 0.47 |
| Hex | BA | 36 | 6A | 0 | 47 | 2B | 1B | 150 | 37 | 2F |
| Octal | 272 | 66 | 152 | 0 | 107 | 53 | 33 | 520 | 67 | 57 |
| Binary | 10111010 | 110110 | 1101010 | 0 | 1000111 | 101011 | 11011 | 101010000 | 110111 | 101111 |
Color Harmonies of #BA366A
Complementary color
Monochromatic Colors of #BA366A
Black with #BA366A
Text Example
Text Example
White with #BA366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA366A; }
p { color: rgb(186,54,106); }
H1.HeaderClassName
{
color: #BA366A;
}
.AnyTagClassName
{
color: #BA366A;
}
</style>
background-color css
<style>
a { background-color: #BA366A; }
a { background-color: rgb(186,54,106); }
div.DivClassName
{
background-color: #BA366A;
}
.BgClassName
{
background-color: #BA366A;
}
</style>
border-color css
<style>
span { border-color: #BA366A; }
span { border-color: rgb(186,54,106); }
td.TdClassName
{
border-color: #BA366A;
}
.TagClassName
{
border-color: #BA366A;
}
</style>