Shades of Old Rose #BD2C4C
Tints of Old Rose #BD2C4C
RGB
CMYK
RGB Variations
Color information
#BD2C4C (or 0xBD2C4C) is known color: Old Rose. HEX triplet: BD, 2C and 4C. RGB value is (189,44,76). Sum of RGB (Red+Green+Blue) = 189+44+76=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C4C is #42D3B3. Grayscale: #5B5B5B. Windows color (decimal): -4379572 or 4992189. OLE color: 4992189.
HSL color Cylindrical-coordinate representation of color #BD2C4C: hue angle of 346.76º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2C4C is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 76 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.26 |
| HSL | 346.76º | 0.62% | 0.46% | - |
| HSV(B) | 346.76º | 0.77% | 0.74% | - |
| XYZ | 23.19 | 13.14 | 8.15 | - |
| YUV | 91 | 119.54 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 76 | 0 | 0.77 | 0.60 | 0.26 | 346.76 | 0.62 | 0.46 |
| Hex | BD | 2C | 4C | 0 | 4D | 3C | 1A | 15B | 3E | 2E |
| Octal | 275 | 54 | 114 | 0 | 115 | 74 | 32 | 533 | 76 | 56 |
| Binary | 10111101 | 101100 | 1001100 | 0 | 1001101 | 111100 | 11010 | 101011011 | 111110 | 101110 |
Color Harmonies of #BD2C4C
Complementary color
Monochromatic Colors of #BD2C4C
Black with #BD2C4C
Text Example
Text Example
White with #BD2C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2C4C; }
p { color: rgb(189,44,76); }
H1.HeaderClassName
{
color: #BD2C4C;
}
.AnyTagClassName
{
color: #BD2C4C;
}
</style>
background-color css
<style>
a { background-color: #BD2C4C; }
a { background-color: rgb(189,44,76); }
div.DivClassName
{
background-color: #BD2C4C;
}
.BgClassName
{
background-color: #BD2C4C;
}
</style>
border-color css
<style>
span { border-color: #BD2C4C; }
span { border-color: rgb(189,44,76); }
td.TdClassName
{
border-color: #BD2C4C;
}
.TagClassName
{
border-color: #BD2C4C;
}
</style>