Shades of Old Rose #BD304D
Tints of Old Rose #BD304D
RGB
CMYK
RGB Variations
Color information
#BD304D (or 0xBD304D) is known color: Old Rose. HEX triplet: BD, 30 and 4D. RGB value is (189,48,77). Sum of RGB (Red+Green+Blue) = 189+48+77=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD304D is #42CFB2. Grayscale: #5D5D5D. Windows color (decimal): -4378547 or 5058749. OLE color: 5058749.
HSL color Cylindrical-coordinate representation of color #BD304D: hue angle of 347.66º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD304D is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 77 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.26 |
| HSL | 347.66º | 0.59% | 0.46% | - |
| HSV(B) | 347.66º | 0.75% | 0.74% | - |
| XYZ | 23.38 | 13.47 | 8.39 | - |
| YUV | 93.47 | 118.71 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 77 | 0 | 0.75 | 0.59 | 0.26 | 347.66 | 0.59 | 0.46 |
| Hex | BD | 30 | 4D | 0 | 4B | 3B | 1A | 15C | 3B | 2E |
| Octal | 275 | 60 | 115 | 0 | 113 | 73 | 32 | 534 | 73 | 56 |
| Binary | 10111101 | 110000 | 1001101 | 0 | 1001011 | 111011 | 11010 | 101011100 | 111011 | 101110 |
Color Harmonies of #BD304D
Complementary color
Monochromatic Colors of #BD304D
Black with #BD304D
Text Example
Text Example
White with #BD304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD304D; }
p { color: rgb(189,48,77); }
H1.HeaderClassName
{
color: #BD304D;
}
.AnyTagClassName
{
color: #BD304D;
}
</style>
background-color css
<style>
a { background-color: #BD304D; }
a { background-color: rgb(189,48,77); }
div.DivClassName
{
background-color: #BD304D;
}
.BgClassName
{
background-color: #BD304D;
}
</style>
border-color css
<style>
span { border-color: #BD304D; }
span { border-color: rgb(189,48,77); }
td.TdClassName
{
border-color: #BD304D;
}
.TagClassName
{
border-color: #BD304D;
}
</style>