Shades of Old Rose #BD2948
Tints of Old Rose #BD2948
RGB
CMYK
RGB Variations
Color information
#BD2948 (or 0xBD2948) is known color: Old Rose. HEX triplet: BD, 29 and 48. RGB value is (189,41,72). Sum of RGB (Red+Green+Blue) = 189+41+72=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2948 is #42D6B7. Grayscale: #585858. Windows color (decimal): -4380344 or 4729277. OLE color: 4729277.
HSL color Cylindrical-coordinate representation of color #BD2948: hue angle of 347.43º 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 #BD2948 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 72 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.26 |
| HSL | 347.43º | 0.64% | 0.45% | - |
| HSV(B) | 347.43º | 0.78% | 0.74% | - |
| XYZ | 22.95 | 12.87 | 7.41 | - |
| YUV | 88.79 | 118.53 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 72 | 0 | 0.78 | 0.62 | 0.26 | 347.43 | 0.64 | 0.45 |
| Hex | BD | 29 | 48 | 0 | 4E | 3E | 1A | 15B | 40 | 2D |
| Octal | 275 | 51 | 110 | 0 | 116 | 76 | 32 | 533 | 100 | 55 |
| Binary | 10111101 | 101001 | 1001000 | 0 | 1001110 | 111110 | 11010 | 101011011 | 1000000 | 101101 |
Color Harmonies of #BD2948
Complementary color
Monochromatic Colors of #BD2948
Black with #BD2948
Text Example
Text Example
White with #BD2948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2948; }
p { color: rgb(189,41,72); }
H1.HeaderClassName
{
color: #BD2948;
}
.AnyTagClassName
{
color: #BD2948;
}
</style>
background-color css
<style>
a { background-color: #BD2948; }
a { background-color: rgb(189,41,72); }
div.DivClassName
{
background-color: #BD2948;
}
.BgClassName
{
background-color: #BD2948;
}
</style>
border-color css
<style>
span { border-color: #BD2948; }
span { border-color: rgb(189,41,72); }
td.TdClassName
{
border-color: #BD2948;
}
.TagClassName
{
border-color: #BD2948;
}
</style>