Shades of Old Rose #BA2451
Tints of Old Rose #BA2451
RGB
CMYK
RGB Variations
Color information
#BA2451 (or 0xBA2451) is known color: Old Rose. HEX triplet: BA, 24 and 51. RGB value is (186,36,81). Sum of RGB (Red+Green+Blue) = 186+36+81=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2451 is #45DBAE. Grayscale: #555555. Windows color (decimal): -4578223 or 5317818. OLE color: 5317818.
HSL color Cylindrical-coordinate representation of color #BA2451: hue angle of 342º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2451 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 81 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.27 |
| HSL | 342º | 0.68% | 0.44% | - |
| HSV(B) | 342º | 0.81% | 0.73% | - |
| XYZ | 22.37 | 12.29 | 8.98 | - |
| YUV | 85.98 | 125.2 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 81 | 0 | 0.81 | 0.56 | 0.27 | 342 | 0.68 | 0.44 |
| Hex | BA | 24 | 51 | 0 | 51 | 38 | 1B | 156 | 44 | 2C |
| Octal | 272 | 44 | 121 | 0 | 121 | 70 | 33 | 526 | 104 | 54 |
| Binary | 10111010 | 100100 | 1010001 | 0 | 1010001 | 111000 | 11011 | 101010110 | 1000100 | 101100 |
Color Harmonies of #BA2451
Complementary color
Monochromatic Colors of #BA2451
Black with #BA2451
Text Example
Text Example
White with #BA2451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2451; }
p { color: rgb(186,36,81); }
H1.HeaderClassName
{
color: #BA2451;
}
.AnyTagClassName
{
color: #BA2451;
}
</style>
background-color css
<style>
a { background-color: #BA2451; }
a { background-color: rgb(186,36,81); }
div.DivClassName
{
background-color: #BA2451;
}
.BgClassName
{
background-color: #BA2451;
}
</style>
border-color css
<style>
span { border-color: #BA2451; }
span { border-color: rgb(186,36,81); }
td.TdClassName
{
border-color: #BA2451;
}
.TagClassName
{
border-color: #BA2451;
}
</style>