Shades of Rouge #BA3D5F
Tints of Rouge #BA3D5F
RGB
CMYK
RGB Variations
Color information
#BA3D5F (or 0xBA3D5F) is known color: Rouge. HEX triplet: BA, 3D and 5F. RGB value is (186,61,95). Sum of RGB (Red+Green+Blue) = 186+61+95=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D5F is #45C2A0. Grayscale: #666666. Windows color (decimal): -4571809 or 6241722. OLE color: 6241722.
HSL color Cylindrical-coordinate representation of color #BA3D5F: hue angle of 343.68º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3D5F is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 95 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.27 |
| HSL | 343.68º | 0.51% | 0.48% | - |
| HSV(B) | 343.68º | 0.67% | 0.73% | - |
| XYZ | 23.98 | 14.6 | 12.38 | - |
| YUV | 102.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 95 | 0 | 0.67 | 0.49 | 0.27 | 343.68 | 0.51 | 0.48 |
| Hex | BA | 3D | 5F | 0 | 43 | 31 | 1B | 158 | 33 | 30 |
| Octal | 272 | 75 | 137 | 0 | 103 | 61 | 33 | 530 | 63 | 60 |
| Binary | 10111010 | 111101 | 1011111 | 0 | 1000011 | 110001 | 11011 | 101011000 | 110011 | 110000 |
Color Harmonies of #BA3D5F
Complementary color
Monochromatic Colors of #BA3D5F
Black with #BA3D5F
Text Example
Text Example
White with #BA3D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D5F; }
p { color: rgb(186,61,95); }
H1.HeaderClassName
{
color: #BA3D5F;
}
.AnyTagClassName
{
color: #BA3D5F;
}
</style>
background-color css
<style>
a { background-color: #BA3D5F; }
a { background-color: rgb(186,61,95); }
div.DivClassName
{
background-color: #BA3D5F;
}
.BgClassName
{
background-color: #BA3D5F;
}
</style>
border-color css
<style>
span { border-color: #BA3D5F; }
span { border-color: rgb(186,61,95); }
td.TdClassName
{
border-color: #BA3D5F;
}
.TagClassName
{
border-color: #BA3D5F;
}
</style>