Shades of Old Rose #BA3C48
Tints of Old Rose #BA3C48
RGB
CMYK
RGB Variations
Color information
#BA3C48 (or 0xBA3C48) is known color: Old Rose. HEX triplet: BA, 3C and 48. RGB value is (186,60,72). Sum of RGB (Red+Green+Blue) = 186+60+72=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C48 is #45C3B7. Grayscale: #636363. Windows color (decimal): -4572088 or 4734138. OLE color: 4734138.
HSL color Cylindrical-coordinate representation of color #BA3C48: hue angle of 354.29º 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 #BA3C48 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 72 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.27 |
| HSL | 354.29º | 0.51% | 0.48% | - |
| HSV(B) | 354.29º | 0.68% | 0.73% | - |
| XYZ | 23.04 | 14.14 | 7.65 | - |
| YUV | 99.04 | 112.74 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 72 | 0 | 0.68 | 0.61 | 0.27 | 354.29 | 0.51 | 0.48 |
| Hex | BA | 3C | 48 | 0 | 44 | 3D | 1B | 162 | 33 | 30 |
| Octal | 272 | 74 | 110 | 0 | 104 | 75 | 33 | 542 | 63 | 60 |
| Binary | 10111010 | 111100 | 1001000 | 0 | 1000100 | 111101 | 11011 | 101100010 | 110011 | 110000 |
Color Harmonies of #BA3C48
Complementary color
Monochromatic Colors of #BA3C48
Black with #BA3C48
Text Example
Text Example
White with #BA3C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C48; }
p { color: rgb(186,60,72); }
H1.HeaderClassName
{
color: #BA3C48;
}
.AnyTagClassName
{
color: #BA3C48;
}
</style>
background-color css
<style>
a { background-color: #BA3C48; }
a { background-color: rgb(186,60,72); }
div.DivClassName
{
background-color: #BA3C48;
}
.BgClassName
{
background-color: #BA3C48;
}
</style>
border-color css
<style>
span { border-color: #BA3C48; }
span { border-color: rgb(186,60,72); }
td.TdClassName
{
border-color: #BA3C48;
}
.TagClassName
{
border-color: #BA3C48;
}
</style>