Shades of Old Rose #BA3357
Tints of Old Rose #BA3357
RGB
CMYK
RGB Variations
Color information
#BA3357 (or 0xBA3357) is known color: Old Rose. HEX triplet: BA, 33 and 57. RGB value is (186,51,87). Sum of RGB (Red+Green+Blue) = 186+51+87=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3357 is #45CCA8. Grayscale: #5F5F5F. Windows color (decimal): -4574377 or 5714874. OLE color: 5714874.
HSL color Cylindrical-coordinate representation of color #BA3357: hue angle of 344º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3357 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 87 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.27 |
| HSL | 344º | 0.57% | 0.46% | - |
| HSV(B) | 344º | 0.73% | 0.73% | - |
| XYZ | 23.15 | 13.49 | 10.4 | - |
| YUV | 95.47 | 123.23 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 87 | 0 | 0.73 | 0.53 | 0.27 | 344 | 0.57 | 0.46 |
| Hex | BA | 33 | 57 | 0 | 49 | 35 | 1B | 158 | 39 | 2E |
| Octal | 272 | 63 | 127 | 0 | 111 | 65 | 33 | 530 | 71 | 56 |
| Binary | 10111010 | 110011 | 1010111 | 0 | 1001001 | 110101 | 11011 | 101011000 | 111001 | 101110 |
Color Harmonies of #BA3357
Complementary color
Monochromatic Colors of #BA3357
Black with #BA3357
Text Example
Text Example
White with #BA3357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3357; }
p { color: rgb(186,51,87); }
H1.HeaderClassName
{
color: #BA3357;
}
.AnyTagClassName
{
color: #BA3357;
}
</style>
background-color css
<style>
a { background-color: #BA3357; }
a { background-color: rgb(186,51,87); }
div.DivClassName
{
background-color: #BA3357;
}
.BgClassName
{
background-color: #BA3357;
}
</style>
border-color css
<style>
span { border-color: #BA3357; }
span { border-color: rgb(186,51,87); }
td.TdClassName
{
border-color: #BA3357;
}
.TagClassName
{
border-color: #BA3357;
}
</style>