Shades of Old Rose #BA3B45
Tints of Old Rose #BA3B45
RGB
CMYK
RGB Variations
Color information
#BA3B45 (or 0xBA3B45) is known color: Old Rose. HEX triplet: BA, 3B and 45. RGB value is (186,59,69). Sum of RGB (Red+Green+Blue) = 186+59+69=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B45 is #45C4BA. Grayscale: #626262. Windows color (decimal): -4572347 or 4537274. OLE color: 4537274.
HSL color Cylindrical-coordinate representation of color #BA3B45: hue angle of 355.28º degrees, saturation: 0.52, 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 #BA3B45 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 69 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.27 |
| HSL | 355.28º | 0.52% | 0.48% | - |
| HSV(B) | 355.28º | 0.68% | 0.73% | - |
| XYZ | 22.89 | 14 | 7.13 | - |
| YUV | 98.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 69 | 0 | 0.68 | 0.63 | 0.27 | 355.28 | 0.52 | 0.48 |
| Hex | BA | 3B | 45 | 0 | 44 | 3F | 1B | 163 | 34 | 30 |
| Octal | 272 | 73 | 105 | 0 | 104 | 77 | 33 | 543 | 64 | 60 |
| Binary | 10111010 | 111011 | 1000101 | 0 | 1000100 | 111111 | 11011 | 101100011 | 110100 | 110000 |
Color Harmonies of #BA3B45
Complementary color
Monochromatic Colors of #BA3B45
Black with #BA3B45
Text Example
Text Example
White with #BA3B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B45; }
p { color: rgb(186,59,69); }
H1.HeaderClassName
{
color: #BA3B45;
}
.AnyTagClassName
{
color: #BA3B45;
}
</style>
background-color css
<style>
a { background-color: #BA3B45; }
a { background-color: rgb(186,59,69); }
div.DivClassName
{
background-color: #BA3B45;
}
.BgClassName
{
background-color: #BA3B45;
}
</style>
border-color css
<style>
span { border-color: #BA3B45; }
span { border-color: rgb(186,59,69); }
td.TdClassName
{
border-color: #BA3B45;
}
.TagClassName
{
border-color: #BA3B45;
}
</style>