Shades of Old Rose #BD2346
Tints of Old Rose #BD2346
RGB
CMYK
RGB Variations
Color information
#BD2346 (or 0xBD2346) is known color: Old Rose. HEX triplet: BD, 23 and 46. RGB value is (189,35,70). Sum of RGB (Red+Green+Blue) = 189+35+70=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2346 is #42DCB9. Grayscale: #555555. Windows color (decimal): -4381882 or 4596669. OLE color: 4596669.
HSL color Cylindrical-coordinate representation of color #BD2346: hue angle of 346.36º 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 #BD2346 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 70 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.26 |
| HSL | 346.36º | 0.69% | 0.44% | - |
| HSV(B) | 346.36º | 0.81% | 0.74% | - |
| XYZ | 22.69 | 12.46 | 7 | - |
| YUV | 85.04 | 119.52 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 70 | 0 | 0.81 | 0.63 | 0.26 | 346.36 | 0.69 | 0.44 |
| Hex | BD | 23 | 46 | 0 | 51 | 3F | 1A | 15A | 45 | 2C |
| Octal | 275 | 43 | 106 | 0 | 121 | 77 | 32 | 532 | 105 | 54 |
| Binary | 10111101 | 100011 | 1000110 | 0 | 1010001 | 111111 | 11010 | 101011010 | 1000101 | 101100 |
Color Harmonies of #BD2346
Complementary color
Monochromatic Colors of #BD2346
Black with #BD2346
Text Example
Text Example
White with #BD2346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2346; }
p { color: rgb(189,35,70); }
H1.HeaderClassName
{
color: #BD2346;
}
.AnyTagClassName
{
color: #BD2346;
}
</style>
background-color css
<style>
a { background-color: #BD2346; }
a { background-color: rgb(189,35,70); }
div.DivClassName
{
background-color: #BD2346;
}
.BgClassName
{
background-color: #BD2346;
}
</style>
border-color css
<style>
span { border-color: #BD2346; }
span { border-color: rgb(189,35,70); }
td.TdClassName
{
border-color: #BD2346;
}
.TagClassName
{
border-color: #BD2346;
}
</style>