Shades of Old Rose #BD2952
Tints of Old Rose #BD2952
RGB
CMYK
RGB Variations
Color information
#BD2952 (or 0xBD2952) is known color: Old Rose. HEX triplet: BD, 29 and 52. RGB value is (189,41,82). Sum of RGB (Red+Green+Blue) = 189+41+82=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2952 is #42D6AD. Grayscale: #595959. Windows color (decimal): -4380334 or 5384637. OLE color: 5384637.
HSL color Cylindrical-coordinate representation of color #BD2952: hue angle of 343.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2952 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 82 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.26 |
| HSL | 343.38º | 0.64% | 0.45% | - |
| HSV(B) | 343.38º | 0.78% | 0.74% | - |
| XYZ | 23.3 | 13.01 | 9.27 | - |
| YUV | 89.93 | 123.53 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 82 | 0 | 0.78 | 0.57 | 0.26 | 343.38 | 0.64 | 0.45 |
| Hex | BD | 29 | 52 | 0 | 4E | 39 | 1A | 157 | 40 | 2D |
| Octal | 275 | 51 | 122 | 0 | 116 | 71 | 32 | 527 | 100 | 55 |
| Binary | 10111101 | 101001 | 1010010 | 0 | 1001110 | 111001 | 11010 | 101010111 | 1000000 | 101101 |
Color Harmonies of #BD2952
Complementary color
Monochromatic Colors of #BD2952
Black with #BD2952
Text Example
Text Example
White with #BD2952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2952; }
p { color: rgb(189,41,82); }
H1.HeaderClassName
{
color: #BD2952;
}
.AnyTagClassName
{
color: #BD2952;
}
</style>
background-color css
<style>
a { background-color: #BD2952; }
a { background-color: rgb(189,41,82); }
div.DivClassName
{
background-color: #BD2952;
}
.BgClassName
{
background-color: #BD2952;
}
</style>
border-color css
<style>
span { border-color: #BD2952; }
span { border-color: rgb(189,41,82); }
td.TdClassName
{
border-color: #BD2952;
}
.TagClassName
{
border-color: #BD2952;
}
</style>