Shades of Old Rose #BD2D4B
Tints of Old Rose #BD2D4B
RGB
CMYK
RGB Variations
Color information
#BD2D4B (or 0xBD2D4B) is known color: Old Rose. HEX triplet: BD, 2D and 4B. RGB value is (189,45,75). Sum of RGB (Red+Green+Blue) = 189+45+75=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2D4B is #42D2B4. Grayscale: #5B5B5B. Windows color (decimal): -4379317 or 4926909. OLE color: 4926909.
HSL color Cylindrical-coordinate representation of color #BD2D4B: hue angle of 347.5º 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 #BD2D4B is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 75 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.26 |
| HSL | 347.5º | 0.62% | 0.46% | - |
| HSV(B) | 347.5º | 0.76% | 0.74% | - |
| XYZ | 23.19 | 13.2 | 7.98 | - |
| YUV | 91.48 | 118.71 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 75 | 0 | 0.76 | 0.60 | 0.26 | 347.5 | 0.62 | 0.46 |
| Hex | BD | 2D | 4B | 0 | 4C | 3C | 1A | 15C | 3E | 2E |
| Octal | 275 | 55 | 113 | 0 | 114 | 74 | 32 | 534 | 76 | 56 |
| Binary | 10111101 | 101101 | 1001011 | 0 | 1001100 | 111100 | 11010 | 101011100 | 111110 | 101110 |
Color Harmonies of #BD2D4B
Complementary color
Monochromatic Colors of #BD2D4B
Black with #BD2D4B
Text Example
Text Example
White with #BD2D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D4B; }
p { color: rgb(189,45,75); }
H1.HeaderClassName
{
color: #BD2D4B;
}
.AnyTagClassName
{
color: #BD2D4B;
}
</style>
background-color css
<style>
a { background-color: #BD2D4B; }
a { background-color: rgb(189,45,75); }
div.DivClassName
{
background-color: #BD2D4B;
}
.BgClassName
{
background-color: #BD2D4B;
}
</style>
border-color css
<style>
span { border-color: #BD2D4B; }
span { border-color: rgb(189,45,75); }
td.TdClassName
{
border-color: #BD2D4B;
}
.TagClassName
{
border-color: #BD2D4B;
}
</style>