Shades of Old Rose #BA2345
Tints of Old Rose #BA2345
RGB
CMYK
RGB Variations
Color information
#BA2345 (or 0xBA2345) is known color: Old Rose. HEX triplet: BA, 23 and 45. RGB value is (186,35,69). Sum of RGB (Red+Green+Blue) = 186+35+69=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2345 is #45DCBA. Grayscale: #545454. Windows color (decimal): -4578491 or 4531130. OLE color: 4531130.
HSL color Cylindrical-coordinate representation of color #BA2345: hue angle of 346.49º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2345 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 69 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.27 |
| HSL | 346.49º | 0.68% | 0.43% | - |
| HSV(B) | 346.49º | 0.81% | 0.73% | - |
| XYZ | 21.92 | 12.07 | 6.8 | - |
| YUV | 84.03 | 119.53 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 69 | 0 | 0.81 | 0.63 | 0.27 | 346.49 | 0.68 | 0.43 |
| Hex | BA | 23 | 45 | 0 | 51 | 3F | 1B | 15A | 44 | 2B |
| Octal | 272 | 43 | 105 | 0 | 121 | 77 | 33 | 532 | 104 | 53 |
| Binary | 10111010 | 100011 | 1000101 | 0 | 1010001 | 111111 | 11011 | 101011010 | 1000100 | 101011 |
Color Harmonies of #BA2345
Complementary color
Monochromatic Colors of #BA2345
Black with #BA2345
Text Example
Text Example
White with #BA2345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2345; }
p { color: rgb(186,35,69); }
H1.HeaderClassName
{
color: #BA2345;
}
.AnyTagClassName
{
color: #BA2345;
}
</style>
background-color css
<style>
a { background-color: #BA2345; }
a { background-color: rgb(186,35,69); }
div.DivClassName
{
background-color: #BA2345;
}
.BgClassName
{
background-color: #BA2345;
}
</style>
border-color css
<style>
span { border-color: #BA2345; }
span { border-color: rgb(186,35,69); }
td.TdClassName
{
border-color: #BA2345;
}
.TagClassName
{
border-color: #BA2345;
}
</style>