Shades of Old Rose #BA3C4E
Tints of Old Rose #BA3C4E
RGB
CMYK
RGB Variations
Color information
#BA3C4E (or 0xBA3C4E) is known color: Old Rose. HEX triplet: BA, 3C and 4E. RGB value is (186,60,78). Sum of RGB (Red+Green+Blue) = 186+60+78=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C4E is #45C3B1. Grayscale: #636363. Windows color (decimal): -4572082 or 5127354. OLE color: 5127354.
HSL color Cylindrical-coordinate representation of color #BA3C4E: hue angle of 351.43º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C4E is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 78 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.27 |
| HSL | 351.43º | 0.51% | 0.48% | - |
| HSV(B) | 351.43º | 0.68% | 0.73% | - |
| XYZ | 23.24 | 14.22 | 8.73 | - |
| YUV | 99.73 | 115.74 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 78 | 0 | 0.68 | 0.58 | 0.27 | 351.43 | 0.51 | 0.48 |
| Hex | BA | 3C | 4E | 0 | 44 | 3A | 1B | 15F | 33 | 30 |
| Octal | 272 | 74 | 116 | 0 | 104 | 72 | 33 | 537 | 63 | 60 |
| Binary | 10111010 | 111100 | 1001110 | 0 | 1000100 | 111010 | 11011 | 101011111 | 110011 | 110000 |
Color Harmonies of #BA3C4E
Complementary color
Monochromatic Colors of #BA3C4E
Black with #BA3C4E
Text Example
Text Example
White with #BA3C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C4E; }
p { color: rgb(186,60,78); }
H1.HeaderClassName
{
color: #BA3C4E;
}
.AnyTagClassName
{
color: #BA3C4E;
}
</style>
background-color css
<style>
a { background-color: #BA3C4E; }
a { background-color: rgb(186,60,78); }
div.DivClassName
{
background-color: #BA3C4E;
}
.BgClassName
{
background-color: #BA3C4E;
}
</style>
border-color css
<style>
span { border-color: #BA3C4E; }
span { border-color: rgb(186,60,78); }
td.TdClassName
{
border-color: #BA3C4E;
}
.TagClassName
{
border-color: #BA3C4E;
}
</style>