Shades of Old Rose #BD324A
Tints of Old Rose #BD324A
RGB
CMYK
RGB Variations
Color information
#BD324A (or 0xBD324A) is known color: Old Rose. HEX triplet: BD, 32 and 4A. RGB value is (189,50,74). Sum of RGB (Red+Green+Blue) = 189+50+74=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD324A is #42CDB5. Grayscale: #5E5E5E. Windows color (decimal): -4378038 or 4862653. OLE color: 4862653.
HSL color Cylindrical-coordinate representation of color #BD324A: hue angle of 349.64º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD324A is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 74 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.26 |
| HSL | 349.64º | 0.58% | 0.47% | - |
| HSV(B) | 349.64º | 0.74% | 0.74% | - |
| XYZ | 23.36 | 13.59 | 7.87 | - |
| YUV | 94.3 | 116.55 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 74 | 0 | 0.74 | 0.61 | 0.26 | 349.64 | 0.58 | 0.47 |
| Hex | BD | 32 | 4A | 0 | 4A | 3D | 1A | 15E | 3A | 2F |
| Octal | 275 | 62 | 112 | 0 | 112 | 75 | 32 | 536 | 72 | 57 |
| Binary | 10111101 | 110010 | 1001010 | 0 | 1001010 | 111101 | 11010 | 101011110 | 111010 | 101111 |
Color Harmonies of #BD324A
Complementary color
Monochromatic Colors of #BD324A
Black with #BD324A
Text Example
Text Example
White with #BD324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD324A; }
p { color: rgb(189,50,74); }
H1.HeaderClassName
{
color: #BD324A;
}
.AnyTagClassName
{
color: #BD324A;
}
</style>
background-color css
<style>
a { background-color: #BD324A; }
a { background-color: rgb(189,50,74); }
div.DivClassName
{
background-color: #BD324A;
}
.BgClassName
{
background-color: #BD324A;
}
</style>
border-color css
<style>
span { border-color: #BD324A; }
span { border-color: rgb(189,50,74); }
td.TdClassName
{
border-color: #BD324A;
}
.TagClassName
{
border-color: #BD324A;
}
</style>