Shades of Old Rose #BD2D4A
Tints of Old Rose #BD2D4A
RGB
CMYK
RGB Variations
Color information
#BD2D4A (or 0xBD2D4A) is known color: Old Rose. HEX triplet: BD, 2D and 4A. RGB value is (189,45,74). Sum of RGB (Red+Green+Blue) = 189+45+74=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2D4A is #42D2B5. Grayscale: #5B5B5B. Windows color (decimal): -4379318 or 4861373. OLE color: 4861373.
HSL color Cylindrical-coordinate representation of color #BD2D4A: hue angle of 347.92º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2D4A is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 74 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.26 |
| HSL | 347.92º | 0.62% | 0.46% | - |
| HSV(B) | 347.92º | 0.76% | 0.74% | - |
| XYZ | 23.16 | 13.19 | 7.8 | - |
| YUV | 91.36 | 118.21 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 74 | 0 | 0.76 | 0.61 | 0.26 | 347.92 | 0.62 | 0.46 |
| Hex | BD | 2D | 4A | 0 | 4C | 3D | 1A | 15C | 3E | 2E |
| Octal | 275 | 55 | 112 | 0 | 114 | 75 | 32 | 534 | 76 | 56 |
| Binary | 10111101 | 101101 | 1001010 | 0 | 1001100 | 111101 | 11010 | 101011100 | 111110 | 101110 |
Color Harmonies of #BD2D4A
Complementary color
Monochromatic Colors of #BD2D4A
Black with #BD2D4A
Text Example
Text Example
White with #BD2D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D4A; }
p { color: rgb(189,45,74); }
H1.HeaderClassName
{
color: #BD2D4A;
}
.AnyTagClassName
{
color: #BD2D4A;
}
</style>
background-color css
<style>
a { background-color: #BD2D4A; }
a { background-color: rgb(189,45,74); }
div.DivClassName
{
background-color: #BD2D4A;
}
.BgClassName
{
background-color: #BD2D4A;
}
</style>
border-color css
<style>
span { border-color: #BD2D4A; }
span { border-color: rgb(189,45,74); }
td.TdClassName
{
border-color: #BD2D4A;
}
.TagClassName
{
border-color: #BD2D4A;
}
</style>