Shades of Rouge #BA3F5F
Tints of Rouge #BA3F5F
RGB
CMYK
RGB Variations
Color information
#BA3F5F (or 0xBA3F5F) is known color: Rouge. HEX triplet: BA, 3F and 5F. RGB value is (186,63,95). Sum of RGB (Red+Green+Blue) = 186+63+95=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F5F is #45C0A0. Grayscale: #676767. Windows color (decimal): -4571297 or 6242234. OLE color: 6242234.
HSL color Cylindrical-coordinate representation of color #BA3F5F: hue angle of 344.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3F5F is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 95 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.27 |
| HSL | 344.39º | 0.49% | 0.49% | - |
| HSV(B) | 344.39º | 0.66% | 0.73% | - |
| XYZ | 24.09 | 14.82 | 12.42 | - |
| YUV | 103.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 95 | 0 | 0.66 | 0.49 | 0.27 | 344.39 | 0.49 | 0.49 |
| Hex | BA | 3F | 5F | 0 | 42 | 31 | 1B | 158 | 31 | 31 |
| Octal | 272 | 77 | 137 | 0 | 102 | 61 | 33 | 530 | 61 | 61 |
| Binary | 10111010 | 111111 | 1011111 | 0 | 1000010 | 110001 | 11011 | 101011000 | 110001 | 110001 |
Color Harmonies of #BA3F5F
Complementary color
Monochromatic Colors of #BA3F5F
Black with #BA3F5F
Text Example
Text Example
White with #BA3F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F5F; }
p { color: rgb(186,63,95); }
H1.HeaderClassName
{
color: #BA3F5F;
}
.AnyTagClassName
{
color: #BA3F5F;
}
</style>
background-color css
<style>
a { background-color: #BA3F5F; }
a { background-color: rgb(186,63,95); }
div.DivClassName
{
background-color: #BA3F5F;
}
.BgClassName
{
background-color: #BA3F5F;
}
</style>
border-color css
<style>
span { border-color: #BA3F5F; }
span { border-color: rgb(186,63,95); }
td.TdClassName
{
border-color: #BA3F5F;
}
.TagClassName
{
border-color: #BA3F5F;
}
</style>