Shades of Old Rose #BD2644
Tints of Old Rose #BD2644
RGB
CMYK
RGB Variations
Color information
#BD2644 (or 0xBD2644) is known color: Old Rose. HEX triplet: BD, 26 and 44. RGB value is (189,38,68). Sum of RGB (Red+Green+Blue) = 189+38+68=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2644 is #42D9BB. Grayscale: #565656. Windows color (decimal): -4381116 or 4466365. OLE color: 4466365.
HSL color Cylindrical-coordinate representation of color #BD2644: hue angle of 348.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2644 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 68 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.26 |
| HSL | 348.08º | 0.67% | 0.45% | - |
| HSV(B) | 348.08º | 0.8% | 0.74% | - |
| XYZ | 22.72 | 12.62 | 6.71 | - |
| YUV | 86.57 | 117.53 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 68 | 0 | 0.80 | 0.64 | 0.26 | 348.08 | 0.67 | 0.45 |
| Hex | BD | 26 | 44 | 0 | 50 | 40 | 1A | 15C | 43 | 2D |
| Octal | 275 | 46 | 104 | 0 | 120 | 100 | 32 | 534 | 103 | 55 |
| Binary | 10111101 | 100110 | 1000100 | 0 | 1010000 | 1000000 | 11010 | 101011100 | 1000011 | 101101 |
Color Harmonies of #BD2644
Complementary color
Monochromatic Colors of #BD2644
Black with #BD2644
Text Example
Text Example
White with #BD2644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2644; }
p { color: rgb(189,38,68); }
H1.HeaderClassName
{
color: #BD2644;
}
.AnyTagClassName
{
color: #BD2644;
}
</style>
background-color css
<style>
a { background-color: #BD2644; }
a { background-color: rgb(189,38,68); }
div.DivClassName
{
background-color: #BD2644;
}
.BgClassName
{
background-color: #BD2644;
}
</style>
border-color css
<style>
span { border-color: #BD2644; }
span { border-color: rgb(189,38,68); }
td.TdClassName
{
border-color: #BD2644;
}
.TagClassName
{
border-color: #BD2644;
}
</style>