Shades of Old Rose #BA3C46
Tints of Old Rose #BA3C46
RGB
CMYK
RGB Variations
Color information
#BA3C46 (or 0xBA3C46) is known color: Old Rose. HEX triplet: BA, 3C and 46. RGB value is (186,60,70). Sum of RGB (Red+Green+Blue) = 186+60+70=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C46 is #45C3B9. Grayscale: #626262. Windows color (decimal): -4572090 or 4603066. OLE color: 4603066.
HSL color Cylindrical-coordinate representation of color #BA3C46: hue angle of 355.24º 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 #BA3C46 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 70 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.27 |
| HSL | 355.24º | 0.51% | 0.48% | - |
| HSV(B) | 355.24º | 0.68% | 0.73% | - |
| XYZ | 22.97 | 14.11 | 7.31 | - |
| YUV | 98.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 70 | 0 | 0.68 | 0.62 | 0.27 | 355.24 | 0.51 | 0.48 |
| Hex | BA | 3C | 46 | 0 | 44 | 3E | 1B | 163 | 33 | 30 |
| Octal | 272 | 74 | 106 | 0 | 104 | 76 | 33 | 543 | 63 | 60 |
| Binary | 10111010 | 111100 | 1000110 | 0 | 1000100 | 111110 | 11011 | 101100011 | 110011 | 110000 |
Color Harmonies of #BA3C46
Complementary color
Monochromatic Colors of #BA3C46
Black with #BA3C46
Text Example
Text Example
White with #BA3C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C46; }
p { color: rgb(186,60,70); }
H1.HeaderClassName
{
color: #BA3C46;
}
.AnyTagClassName
{
color: #BA3C46;
}
</style>
background-color css
<style>
a { background-color: #BA3C46; }
a { background-color: rgb(186,60,70); }
div.DivClassName
{
background-color: #BA3C46;
}
.BgClassName
{
background-color: #BA3C46;
}
</style>
border-color css
<style>
span { border-color: #BA3C46; }
span { border-color: rgb(186,60,70); }
td.TdClassName
{
border-color: #BA3C46;
}
.TagClassName
{
border-color: #BA3C46;
}
</style>