Shades of Old Rose #BA344D
Tints of Old Rose #BA344D
RGB
CMYK
RGB Variations
Color information
#BA344D (or 0xBA344D) is known color: Old Rose. HEX triplet: BA, 34 and 4D. RGB value is (186,52,77). Sum of RGB (Red+Green+Blue) = 186+52+77=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA344D is #45CBB2. Grayscale: #5E5E5E. Windows color (decimal): -4574131 or 5059770. OLE color: 5059770.
HSL color Cylindrical-coordinate representation of color #BA344D: hue angle of 348.81º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA344D is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 77 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.27 |
| HSL | 348.81º | 0.56% | 0.47% | - |
| HSV(B) | 348.81º | 0.72% | 0.73% | - |
| XYZ | 22.82 | 13.43 | 8.41 | - |
| YUV | 94.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 77 | 0 | 0.72 | 0.59 | 0.27 | 348.81 | 0.56 | 0.47 |
| Hex | BA | 34 | 4D | 0 | 48 | 3B | 1B | 15D | 38 | 2F |
| Octal | 272 | 64 | 115 | 0 | 110 | 73 | 33 | 535 | 70 | 57 |
| Binary | 10111010 | 110100 | 1001101 | 0 | 1001000 | 111011 | 11011 | 101011101 | 111000 | 101111 |
Color Harmonies of #BA344D
Complementary color
Monochromatic Colors of #BA344D
Black with #BA344D
Text Example
Text Example
White with #BA344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA344D; }
p { color: rgb(186,52,77); }
H1.HeaderClassName
{
color: #BA344D;
}
.AnyTagClassName
{
color: #BA344D;
}
</style>
background-color css
<style>
a { background-color: #BA344D; }
a { background-color: rgb(186,52,77); }
div.DivClassName
{
background-color: #BA344D;
}
.BgClassName
{
background-color: #BA344D;
}
</style>
border-color css
<style>
span { border-color: #BA344D; }
span { border-color: rgb(186,52,77); }
td.TdClassName
{
border-color: #BA344D;
}
.TagClassName
{
border-color: #BA344D;
}
</style>