Shades of Old Rose #BD2356
Tints of Old Rose #BD2356
RGB
CMYK
RGB Variations
Color information
#BD2356 (or 0xBD2356) is known color: Old Rose. HEX triplet: BD, 23 and 56. RGB value is (189,35,86). Sum of RGB (Red+Green+Blue) = 189+35+86=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2356 is #42DCA9. Grayscale: #565656. Windows color (decimal): -4381866 or 5645245. OLE color: 5645245.
HSL color Cylindrical-coordinate representation of color #BD2356: hue angle of 340.13º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2356 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 86 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.26 |
| HSL | 340.13º | 0.69% | 0.44% | - |
| HSV(B) | 340.13º | 0.81% | 0.74% | - |
| XYZ | 23.27 | 12.69 | 10.03 | - |
| YUV | 86.86 | 127.52 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 86 | 0 | 0.81 | 0.54 | 0.26 | 340.13 | 0.69 | 0.44 |
| Hex | BD | 23 | 56 | 0 | 51 | 36 | 1A | 154 | 45 | 2C |
| Octal | 275 | 43 | 126 | 0 | 121 | 66 | 32 | 524 | 105 | 54 |
| Binary | 10111101 | 100011 | 1010110 | 0 | 1010001 | 110110 | 11010 | 101010100 | 1000101 | 101100 |
Color Harmonies of #BD2356
Complementary color
Monochromatic Colors of #BD2356
Black with #BD2356
Text Example
Text Example
White with #BD2356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2356; }
p { color: rgb(189,35,86); }
H1.HeaderClassName
{
color: #BD2356;
}
.AnyTagClassName
{
color: #BD2356;
}
</style>
background-color css
<style>
a { background-color: #BD2356; }
a { background-color: rgb(189,35,86); }
div.DivClassName
{
background-color: #BD2356;
}
.BgClassName
{
background-color: #BD2356;
}
</style>
border-color css
<style>
span { border-color: #BD2356; }
span { border-color: rgb(189,35,86); }
td.TdClassName
{
border-color: #BD2356;
}
.TagClassName
{
border-color: #BD2356;
}
</style>