Shades of Old Rose #BD2149
Tints of Old Rose #BD2149
RGB
CMYK
RGB Variations
Color information
#BD2149 (or 0xBD2149) is known color: Old Rose. HEX triplet: BD, 21 and 49. RGB value is (189,33,73). Sum of RGB (Red+Green+Blue) = 189+33+73=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2149 is #42DEB6. Grayscale: #545454. Windows color (decimal): -4382391 or 4792765. OLE color: 4792765.
HSL color Cylindrical-coordinate representation of color #BD2149: hue angle of 344.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2149 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 73 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.26 |
| HSL | 344.62º | 0.7% | 0.44% | - |
| HSV(B) | 344.62º | 0.83% | 0.74% | - |
| XYZ | 22.73 | 12.39 | 7.5 | - |
| YUV | 84.2 | 121.68 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 73 | 0 | 0.83 | 0.61 | 0.26 | 344.62 | 0.7 | 0.44 |
| Hex | BD | 21 | 49 | 0 | 53 | 3D | 1A | 159 | 46 | 2C |
| Octal | 275 | 41 | 111 | 0 | 123 | 75 | 32 | 531 | 106 | 54 |
| Binary | 10111101 | 100001 | 1001001 | 0 | 1010011 | 111101 | 11010 | 101011001 | 1000110 | 101100 |
Color Harmonies of #BD2149
Complementary color
Monochromatic Colors of #BD2149
Black with #BD2149
Text Example
Text Example
White with #BD2149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2149; }
p { color: rgb(189,33,73); }
H1.HeaderClassName
{
color: #BD2149;
}
.AnyTagClassName
{
color: #BD2149;
}
</style>
background-color css
<style>
a { background-color: #BD2149; }
a { background-color: rgb(189,33,73); }
div.DivClassName
{
background-color: #BD2149;
}
.BgClassName
{
background-color: #BD2149;
}
</style>
border-color css
<style>
span { border-color: #BD2149; }
span { border-color: rgb(189,33,73); }
td.TdClassName
{
border-color: #BD2149;
}
.TagClassName
{
border-color: #BD2149;
}
</style>