Shades of Old Rose #BD2444
Tints of Old Rose #BD2444
RGB
CMYK
RGB Variations
Color information
#BD2444 (or 0xBD2444) is known color: Old Rose. HEX triplet: BD, 24 and 44. RGB value is (189,36,68). Sum of RGB (Red+Green+Blue) = 189+36+68=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2444 is #42DBBB. Grayscale: #555555. Windows color (decimal): -4381628 or 4465853. OLE color: 4465853.
HSL color Cylindrical-coordinate representation of color #BD2444: hue angle of 347.45º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2444 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 68 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.26 |
| HSL | 347.45º | 0.68% | 0.44% | - |
| HSV(B) | 347.45º | 0.81% | 0.74% | - |
| XYZ | 22.66 | 12.5 | 6.69 | - |
| YUV | 85.4 | 118.19 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 68 | 0 | 0.81 | 0.64 | 0.26 | 347.45 | 0.68 | 0.44 |
| Hex | BD | 24 | 44 | 0 | 51 | 40 | 1A | 15B | 44 | 2C |
| Octal | 275 | 44 | 104 | 0 | 121 | 100 | 32 | 533 | 104 | 54 |
| Binary | 10111101 | 100100 | 1000100 | 0 | 1010001 | 1000000 | 11010 | 101011011 | 1000100 | 101100 |
Color Harmonies of #BD2444
Complementary color
Monochromatic Colors of #BD2444
Black with #BD2444
Text Example
Text Example
White with #BD2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2444; }
p { color: rgb(189,36,68); }
H1.HeaderClassName
{
color: #BD2444;
}
.AnyTagClassName
{
color: #BD2444;
}
</style>
background-color css
<style>
a { background-color: #BD2444; }
a { background-color: rgb(189,36,68); }
div.DivClassName
{
background-color: #BD2444;
}
.BgClassName
{
background-color: #BD2444;
}
</style>
border-color css
<style>
span { border-color: #BD2444; }
span { border-color: rgb(189,36,68); }
td.TdClassName
{
border-color: #BD2444;
}
.TagClassName
{
border-color: #BD2444;
}
</style>