Shades of Old Rose #BA2356
Tints of Old Rose #BA2356
RGB
CMYK
RGB Variations
Color information
#BA2356 (or 0xBA2356) is known color: Old Rose. HEX triplet: BA, 23 and 56. RGB value is (186,35,86). Sum of RGB (Red+Green+Blue) = 186+35+86=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2356 is #45DCA9. Grayscale: #555555. Windows color (decimal): -4578474 or 5645242. OLE color: 5645242.
HSL color Cylindrical-coordinate representation of color #BA2356: hue angle of 339.74º 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 #BA2356 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 86 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.27 |
| HSL | 339.74º | 0.68% | 0.43% | - |
| HSV(B) | 339.74º | 0.81% | 0.73% | - |
| XYZ | 22.53 | 12.31 | 9.99 | - |
| YUV | 85.96 | 128.03 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 86 | 0 | 0.81 | 0.54 | 0.27 | 339.74 | 0.68 | 0.43 |
| Hex | BA | 23 | 56 | 0 | 51 | 36 | 1B | 154 | 44 | 2B |
| Octal | 272 | 43 | 126 | 0 | 121 | 66 | 33 | 524 | 104 | 53 |
| Binary | 10111010 | 100011 | 1010110 | 0 | 1010001 | 110110 | 11011 | 101010100 | 1000100 | 101011 |
Color Harmonies of #BA2356
Complementary color
Monochromatic Colors of #BA2356
Black with #BA2356
Text Example
Text Example
White with #BA2356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2356; }
p { color: rgb(186,35,86); }
H1.HeaderClassName
{
color: #BA2356;
}
.AnyTagClassName
{
color: #BA2356;
}
</style>
background-color css
<style>
a { background-color: #BA2356; }
a { background-color: rgb(186,35,86); }
div.DivClassName
{
background-color: #BA2356;
}
.BgClassName
{
background-color: #BA2356;
}
</style>
border-color css
<style>
span { border-color: #BA2356; }
span { border-color: rgb(186,35,86); }
td.TdClassName
{
border-color: #BA2356;
}
.TagClassName
{
border-color: #BA2356;
}
</style>