Shades of Old Rose #BD3C4D
Tints of Old Rose #BD3C4D
RGB
CMYK
RGB Variations
Color information
#BD3C4D (or 0xBD3C4D) is known color: Old Rose. HEX triplet: BD, 3C and 4D. RGB value is (189,60,77). Sum of RGB (Red+Green+Blue) = 189+60+77=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3C4D is #42C3B2. Grayscale: #646464. Windows color (decimal): -4375475 or 5061821. OLE color: 5061821.
HSL color Cylindrical-coordinate representation of color #BD3C4D: hue angle of 352.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3C4D is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 77 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.26 |
| HSL | 352.09º | 0.52% | 0.49% | - |
| HSV(B) | 352.09º | 0.68% | 0.74% | - |
| XYZ | 23.94 | 14.59 | 8.57 | - |
| YUV | 100.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 77 | 0 | 0.68 | 0.59 | 0.26 | 352.09 | 0.52 | 0.49 |
| Hex | BD | 3C | 4D | 0 | 44 | 3B | 1A | 160 | 34 | 31 |
| Octal | 275 | 74 | 115 | 0 | 104 | 73 | 32 | 540 | 64 | 61 |
| Binary | 10111101 | 111100 | 1001101 | 0 | 1000100 | 111011 | 11010 | 101100000 | 110100 | 110001 |
Color Harmonies of #BD3C4D
Complementary color
Monochromatic Colors of #BD3C4D
Black with #BD3C4D
Text Example
Text Example
White with #BD3C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3C4D; }
p { color: rgb(189,60,77); }
H1.HeaderClassName
{
color: #BD3C4D;
}
.AnyTagClassName
{
color: #BD3C4D;
}
</style>
background-color css
<style>
a { background-color: #BD3C4D; }
a { background-color: rgb(189,60,77); }
div.DivClassName
{
background-color: #BD3C4D;
}
.BgClassName
{
background-color: #BD3C4D;
}
</style>
border-color css
<style>
span { border-color: #BD3C4D; }
span { border-color: rgb(189,60,77); }
td.TdClassName
{
border-color: #BD3C4D;
}
.TagClassName
{
border-color: #BD3C4D;
}
</style>