Shades of Old Rose #BD2944
Tints of Old Rose #BD2944
RGB
CMYK
RGB Variations
Color information
#BD2944 (or 0xBD2944) is known color: Old Rose. HEX triplet: BD, 29 and 44. RGB value is (189,41,68). Sum of RGB (Red+Green+Blue) = 189+41+68=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2944 is #42D6BB. Grayscale: #585858. Windows color (decimal): -4380348 or 4467133. OLE color: 4467133.
HSL color Cylindrical-coordinate representation of color #BD2944: hue angle of 349.05º 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 #BD2944 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 68 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.26 |
| HSL | 349.05º | 0.64% | 0.45% | - |
| HSV(B) | 349.05º | 0.78% | 0.74% | - |
| XYZ | 22.82 | 12.82 | 6.74 | - |
| YUV | 88.33 | 116.53 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 68 | 0 | 0.78 | 0.64 | 0.26 | 349.05 | 0.64 | 0.45 |
| Hex | BD | 29 | 44 | 0 | 4E | 40 | 1A | 15D | 40 | 2D |
| Octal | 275 | 51 | 104 | 0 | 116 | 100 | 32 | 535 | 100 | 55 |
| Binary | 10111101 | 101001 | 1000100 | 0 | 1001110 | 1000000 | 11010 | 101011101 | 1000000 | 101101 |
Color Harmonies of #BD2944
Complementary color
Monochromatic Colors of #BD2944
Black with #BD2944
Text Example
Text Example
White with #BD2944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2944; }
p { color: rgb(189,41,68); }
H1.HeaderClassName
{
color: #BD2944;
}
.AnyTagClassName
{
color: #BD2944;
}
</style>
background-color css
<style>
a { background-color: #BD2944; }
a { background-color: rgb(189,41,68); }
div.DivClassName
{
background-color: #BD2944;
}
.BgClassName
{
background-color: #BD2944;
}
</style>
border-color css
<style>
span { border-color: #BD2944; }
span { border-color: rgb(189,41,68); }
td.TdClassName
{
border-color: #BD2944;
}
.TagClassName
{
border-color: #BD2944;
}
</style>