Shades of Old Rose #BD1C5E
Tints of Old Rose #BD1C5E
RGB
CMYK
RGB Variations
Color information
#BD1C5E (or 0xBD1C5E) is known color: Old Rose. HEX triplet: BD, 1C and 5E. RGB value is (189,28,94). Sum of RGB (Red+Green+Blue) = 189+28+94=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1C5E is #42E3A1. Grayscale: #535353. Windows color (decimal): -4383650 or 6167741. OLE color: 6167741.
HSL color Cylindrical-coordinate representation of color #BD1C5E: hue angle of 335.4º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1C5E is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 28 | 94 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.26 |
| HSL | 335.4º | 0.74% | 0.43% | - |
| HSV(B) | 335.4º | 0.85% | 0.74% | - |
| XYZ | 23.42 | 12.46 | 11.76 | - |
| YUV | 83.66 | 133.84 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 94 | 0 | 0.85 | 0.50 | 0.26 | 335.4 | 0.74 | 0.43 |
| Hex | BD | 1C | 5E | 0 | 55 | 32 | 1A | 14F | 4A | 2B |
| Octal | 275 | 34 | 136 | 0 | 125 | 62 | 32 | 517 | 112 | 53 |
| Binary | 10111101 | 11100 | 1011110 | 0 | 1010101 | 110010 | 11010 | 101001111 | 1001010 | 101011 |
Color Harmonies of #BD1C5E
Complementary color
Monochromatic Colors of #BD1C5E
Black with #BD1C5E
Text Example
Text Example
White with #BD1C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1C5E; }
p { color: rgb(189,28,94); }
H1.HeaderClassName
{
color: #BD1C5E;
}
.AnyTagClassName
{
color: #BD1C5E;
}
</style>
background-color css
<style>
a { background-color: #BD1C5E; }
a { background-color: rgb(189,28,94); }
div.DivClassName
{
background-color: #BD1C5E;
}
.BgClassName
{
background-color: #BD1C5E;
}
</style>
border-color css
<style>
span { border-color: #BD1C5E; }
span { border-color: rgb(189,28,94); }
td.TdClassName
{
border-color: #BD1C5E;
}
.TagClassName
{
border-color: #BD1C5E;
}
</style>