Shades of Old Rose #BD1650
Tints of Old Rose #BD1650
RGB
CMYK
RGB Variations
Color information
#BD1650 (or 0xBD1650) is known color: Old Rose. HEX triplet: BD, 16 and 50. RGB value is (189,22,80). Sum of RGB (Red+Green+Blue) = 189+22+80=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1650 is #42E9AF. Grayscale: #4E4E4E. Windows color (decimal): -4385200 or 5248701. OLE color: 5248701.
HSL color Cylindrical-coordinate representation of color #BD1650: hue angle of 339.16º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1650 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 80 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.26 |
| HSL | 339.16º | 0.79% | 0.41% | - |
| HSV(B) | 339.16º | 0.88% | 0.74% | - |
| XYZ | 22.72 | 11.97 | 8.7 | - |
| YUV | 78.55 | 128.83 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 80 | 0 | 0.88 | 0.58 | 0.26 | 339.16 | 0.79 | 0.41 |
| Hex | BD | 16 | 50 | 0 | 58 | 3A | 1A | 153 | 4F | 29 |
| Octal | 275 | 26 | 120 | 0 | 130 | 72 | 32 | 523 | 117 | 51 |
| Binary | 10111101 | 10110 | 1010000 | 0 | 1011000 | 111010 | 11010 | 101010011 | 1001111 | 101001 |
Color Harmonies of #BD1650
Complementary color
Monochromatic Colors of #BD1650
Black with #BD1650
Text Example
Text Example
White with #BD1650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1650; }
p { color: rgb(189,22,80); }
H1.HeaderClassName
{
color: #BD1650;
}
.AnyTagClassName
{
color: #BD1650;
}
</style>
background-color css
<style>
a { background-color: #BD1650; }
a { background-color: rgb(189,22,80); }
div.DivClassName
{
background-color: #BD1650;
}
.BgClassName
{
background-color: #BD1650;
}
</style>
border-color css
<style>
span { border-color: #BD1650; }
span { border-color: rgb(189,22,80); }
td.TdClassName
{
border-color: #BD1650;
}
.TagClassName
{
border-color: #BD1650;
}
</style>