Shades of Old Rose #BA2351
Tints of Old Rose #BA2351
RGB
CMYK
RGB Variations
Color information
#BA2351 (or 0xBA2351) is known color: Old Rose. HEX triplet: BA, 23 and 51. RGB value is (186,35,81). Sum of RGB (Red+Green+Blue) = 186+35+81=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2351 is #45DCAE. Grayscale: #555555. Windows color (decimal): -4578479 or 5317562. OLE color: 5317562.
HSL color Cylindrical-coordinate representation of color #BA2351: hue angle of 341.72º 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 #BA2351 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 81 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.27 |
| HSL | 341.72º | 0.68% | 0.43% | - |
| HSV(B) | 341.72º | 0.81% | 0.73% | - |
| XYZ | 22.34 | 12.24 | 8.97 | - |
| YUV | 85.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 81 | 0 | 0.81 | 0.56 | 0.27 | 341.72 | 0.68 | 0.43 |
| Hex | BA | 23 | 51 | 0 | 51 | 38 | 1B | 156 | 44 | 2B |
| Octal | 272 | 43 | 121 | 0 | 121 | 70 | 33 | 526 | 104 | 53 |
| Binary | 10111010 | 100011 | 1010001 | 0 | 1010001 | 111000 | 11011 | 101010110 | 1000100 | 101011 |
Color Harmonies of #BA2351
Complementary color
Monochromatic Colors of #BA2351
Black with #BA2351
Text Example
Text Example
White with #BA2351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2351; }
p { color: rgb(186,35,81); }
H1.HeaderClassName
{
color: #BA2351;
}
.AnyTagClassName
{
color: #BA2351;
}
</style>
background-color css
<style>
a { background-color: #BA2351; }
a { background-color: rgb(186,35,81); }
div.DivClassName
{
background-color: #BA2351;
}
.BgClassName
{
background-color: #BA2351;
}
</style>
border-color css
<style>
span { border-color: #BA2351; }
span { border-color: rgb(186,35,81); }
td.TdClassName
{
border-color: #BA2351;
}
.TagClassName
{
border-color: #BA2351;
}
</style>