Shades of Old Rose #BD2249
Tints of Old Rose #BD2249
RGB
CMYK
RGB Variations
Color information
#BD2249 (or 0xBD2249) is known color: Old Rose. HEX triplet: BD, 22 and 49. RGB value is (189,34,73). Sum of RGB (Red+Green+Blue) = 189+34+73=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2249 is #42DDB6. Grayscale: #545454. Windows color (decimal): -4382135 or 4793021. OLE color: 4793021.
HSL color Cylindrical-coordinate representation of color #BD2249: hue angle of 344.9º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2249 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 73 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.26 |
| HSL | 344.9º | 0.7% | 0.44% | - |
| HSV(B) | 344.9º | 0.82% | 0.74% | - |
| XYZ | 22.76 | 12.44 | 7.51 | - |
| YUV | 84.79 | 121.35 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 73 | 0 | 0.82 | 0.61 | 0.26 | 344.9 | 0.7 | 0.44 |
| Hex | BD | 22 | 49 | 0 | 52 | 3D | 1A | 159 | 46 | 2C |
| Octal | 275 | 42 | 111 | 0 | 122 | 75 | 32 | 531 | 106 | 54 |
| Binary | 10111101 | 100010 | 1001001 | 0 | 1010010 | 111101 | 11010 | 101011001 | 1000110 | 101100 |
Color Harmonies of #BD2249
Complementary color
Monochromatic Colors of #BD2249
Black with #BD2249
Text Example
Text Example
White with #BD2249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2249; }
p { color: rgb(189,34,73); }
H1.HeaderClassName
{
color: #BD2249;
}
.AnyTagClassName
{
color: #BD2249;
}
</style>
background-color css
<style>
a { background-color: #BD2249; }
a { background-color: rgb(189,34,73); }
div.DivClassName
{
background-color: #BD2249;
}
.BgClassName
{
background-color: #BD2249;
}
</style>
border-color css
<style>
span { border-color: #BD2249; }
span { border-color: rgb(189,34,73); }
td.TdClassName
{
border-color: #BD2249;
}
.TagClassName
{
border-color: #BD2249;
}
</style>