Shades of Old Rose #BA2745
Tints of Old Rose #BA2745
RGB
CMYK
RGB Variations
Color information
#BA2745 (or 0xBA2745) is known color: Old Rose. HEX triplet: BA, 27 and 45. RGB value is (186,39,69). Sum of RGB (Red+Green+Blue) = 186+39+69=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2745 is #45D8BA. Grayscale: #565656. Windows color (decimal): -4577467 or 4532154. OLE color: 4532154.
HSL color Cylindrical-coordinate representation of color #BA2745: hue angle of 347.76º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2745 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 69 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.27 |
| HSL | 347.76º | 0.65% | 0.44% | - |
| HSV(B) | 347.76º | 0.79% | 0.73% | - |
| XYZ | 22.05 | 12.32 | 6.85 | - |
| YUV | 86.37 | 118.2 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 69 | 0 | 0.79 | 0.63 | 0.27 | 347.76 | 0.65 | 0.44 |
| Hex | BA | 27 | 45 | 0 | 4F | 3F | 1B | 15C | 41 | 2C |
| Octal | 272 | 47 | 105 | 0 | 117 | 77 | 33 | 534 | 101 | 54 |
| Binary | 10111010 | 100111 | 1000101 | 0 | 1001111 | 111111 | 11011 | 101011100 | 1000001 | 101100 |
Color Harmonies of #BA2745
Complementary color
Monochromatic Colors of #BA2745
Black with #BA2745
Text Example
Text Example
White with #BA2745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2745; }
p { color: rgb(186,39,69); }
H1.HeaderClassName
{
color: #BA2745;
}
.AnyTagClassName
{
color: #BA2745;
}
</style>
background-color css
<style>
a { background-color: #BA2745; }
a { background-color: rgb(186,39,69); }
div.DivClassName
{
background-color: #BA2745;
}
.BgClassName
{
background-color: #BA2745;
}
</style>
border-color css
<style>
span { border-color: #BA2745; }
span { border-color: rgb(186,39,69); }
td.TdClassName
{
border-color: #BA2745;
}
.TagClassName
{
border-color: #BA2745;
}
</style>