Shades of Old Rose #BD304C
Tints of Old Rose #BD304C
RGB
CMYK
RGB Variations
Color information
#BD304C (or 0xBD304C) is known color: Old Rose. HEX triplet: BD, 30 and 4C. RGB value is (189,48,76). Sum of RGB (Red+Green+Blue) = 189+48+76=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD304C is #42CFB3. Grayscale: #5D5D5D. Windows color (decimal): -4378548 or 4993213. OLE color: 4993213.
HSL color Cylindrical-coordinate representation of color #BD304C: hue angle of 348.09º 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 #BD304C is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 76 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.26 |
| HSL | 348.09º | 0.59% | 0.46% | - |
| HSV(B) | 348.09º | 0.75% | 0.74% | - |
| XYZ | 23.35 | 13.45 | 8.2 | - |
| YUV | 93.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 76 | 0 | 0.75 | 0.60 | 0.26 | 348.09 | 0.59 | 0.46 |
| Hex | BD | 30 | 4C | 0 | 4B | 3C | 1A | 15C | 3B | 2E |
| Octal | 275 | 60 | 114 | 0 | 113 | 74 | 32 | 534 | 73 | 56 |
| Binary | 10111101 | 110000 | 1001100 | 0 | 1001011 | 111100 | 11010 | 101011100 | 111011 | 101110 |
Color Harmonies of #BD304C
Complementary color
Monochromatic Colors of #BD304C
Black with #BD304C
Text Example
Text Example
White with #BD304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD304C; }
p { color: rgb(189,48,76); }
H1.HeaderClassName
{
color: #BD304C;
}
.AnyTagClassName
{
color: #BD304C;
}
</style>
background-color css
<style>
a { background-color: #BD304C; }
a { background-color: rgb(189,48,76); }
div.DivClassName
{
background-color: #BD304C;
}
.BgClassName
{
background-color: #BD304C;
}
</style>
border-color css
<style>
span { border-color: #BD304C; }
span { border-color: rgb(189,48,76); }
td.TdClassName
{
border-color: #BD304C;
}
.TagClassName
{
border-color: #BD304C;
}
</style>