Shades of Old Rose #BD2349
Tints of Old Rose #BD2349
RGB
CMYK
RGB Variations
Color information
#BD2349 (or 0xBD2349) is known color: Old Rose. HEX triplet: BD, 23 and 49. RGB value is (189,35,73). Sum of RGB (Red+Green+Blue) = 189+35+73=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2349 is #42DCB6. Grayscale: #555555. Windows color (decimal): -4381879 or 4793277. OLE color: 4793277.
HSL color Cylindrical-coordinate representation of color #BD2349: hue angle of 345.19º 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 #BD2349 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 73 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.26 |
| HSL | 345.19º | 0.69% | 0.44% | - |
| HSV(B) | 345.19º | 0.81% | 0.74% | - |
| XYZ | 22.79 | 12.5 | 7.52 | - |
| YUV | 85.38 | 121.02 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 73 | 0 | 0.81 | 0.61 | 0.26 | 345.19 | 0.69 | 0.44 |
| Hex | BD | 23 | 49 | 0 | 51 | 3D | 1A | 159 | 45 | 2C |
| Octal | 275 | 43 | 111 | 0 | 121 | 75 | 32 | 531 | 105 | 54 |
| Binary | 10111101 | 100011 | 1001001 | 0 | 1010001 | 111101 | 11010 | 101011001 | 1000101 | 101100 |
Color Harmonies of #BD2349
Complementary color
Monochromatic Colors of #BD2349
Black with #BD2349
Text Example
Text Example
White with #BD2349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2349; }
p { color: rgb(189,35,73); }
H1.HeaderClassName
{
color: #BD2349;
}
.AnyTagClassName
{
color: #BD2349;
}
</style>
background-color css
<style>
a { background-color: #BD2349; }
a { background-color: rgb(189,35,73); }
div.DivClassName
{
background-color: #BD2349;
}
.BgClassName
{
background-color: #BD2349;
}
</style>
border-color css
<style>
span { border-color: #BD2349; }
span { border-color: rgb(189,35,73); }
td.TdClassName
{
border-color: #BD2349;
}
.TagClassName
{
border-color: #BD2349;
}
</style>