Shades of Old Rose #BA2D45
Tints of Old Rose #BA2D45
RGB
CMYK
RGB Variations
Color information
#BA2D45 (or 0xBA2D45) is known color: Old Rose. HEX triplet: BA, 2D and 45. RGB value is (186,45,69). Sum of RGB (Red+Green+Blue) = 186+45+69=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D45 is #45D2BA. Grayscale: #595959. Windows color (decimal): -4575931 or 4533690. OLE color: 4533690.
HSL color Cylindrical-coordinate representation of color #BA2D45: hue angle of 349.79º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2D45 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 69 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.27 |
| HSL | 349.79º | 0.61% | 0.45% | - |
| HSV(B) | 349.79º | 0.76% | 0.73% | - |
| XYZ | 22.26 | 12.75 | 6.92 | - |
| YUV | 89.9 | 116.21 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 69 | 0 | 0.76 | 0.63 | 0.27 | 349.79 | 0.61 | 0.45 |
| Hex | BA | 2D | 45 | 0 | 4C | 3F | 1B | 15E | 3D | 2D |
| Octal | 272 | 55 | 105 | 0 | 114 | 77 | 33 | 536 | 75 | 55 |
| Binary | 10111010 | 101101 | 1000101 | 0 | 1001100 | 111111 | 11011 | 101011110 | 111101 | 101101 |
Color Harmonies of #BA2D45
Complementary color
Monochromatic Colors of #BA2D45
Black with #BA2D45
Text Example
Text Example
White with #BA2D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D45; }
p { color: rgb(186,45,69); }
H1.HeaderClassName
{
color: #BA2D45;
}
.AnyTagClassName
{
color: #BA2D45;
}
</style>
background-color css
<style>
a { background-color: #BA2D45; }
a { background-color: rgb(186,45,69); }
div.DivClassName
{
background-color: #BA2D45;
}
.BgClassName
{
background-color: #BA2D45;
}
</style>
border-color css
<style>
span { border-color: #BA2D45; }
span { border-color: rgb(186,45,69); }
td.TdClassName
{
border-color: #BA2D45;
}
.TagClassName
{
border-color: #BA2D45;
}
</style>