Shades of Old Rose #BD3E4E
Tints of Old Rose #BD3E4E
RGB
CMYK
RGB Variations
Color information
#BD3E4E (or 0xBD3E4E) is known color: Old Rose. HEX triplet: BD, 3E and 4E. RGB value is (189,62,78). Sum of RGB (Red+Green+Blue) = 189+62+78=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3E4E is #42C1B1. Grayscale: #656565. Windows color (decimal): -4374962 or 5127869. OLE color: 5127869.
HSL color Cylindrical-coordinate representation of color #BD3E4E: hue angle of 352.44º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3E4E is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 78 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.26 |
| HSL | 352.44º | 0.51% | 0.49% | - |
| HSV(B) | 352.44º | 0.67% | 0.74% | - |
| XYZ | 24.08 | 14.81 | 8.8 | - |
| YUV | 101.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 78 | 0 | 0.67 | 0.59 | 0.26 | 352.44 | 0.51 | 0.49 |
| Hex | BD | 3E | 4E | 0 | 43 | 3B | 1A | 160 | 33 | 31 |
| Octal | 275 | 76 | 116 | 0 | 103 | 73 | 32 | 540 | 63 | 61 |
| Binary | 10111101 | 111110 | 1001110 | 0 | 1000011 | 111011 | 11010 | 101100000 | 110011 | 110001 |
Color Harmonies of #BD3E4E
Complementary color
Monochromatic Colors of #BD3E4E
Black with #BD3E4E
Text Example
Text Example
White with #BD3E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E4E; }
p { color: rgb(189,62,78); }
H1.HeaderClassName
{
color: #BD3E4E;
}
.AnyTagClassName
{
color: #BD3E4E;
}
</style>
background-color css
<style>
a { background-color: #BD3E4E; }
a { background-color: rgb(189,62,78); }
div.DivClassName
{
background-color: #BD3E4E;
}
.BgClassName
{
background-color: #BD3E4E;
}
</style>
border-color css
<style>
span { border-color: #BD3E4E; }
span { border-color: rgb(189,62,78); }
td.TdClassName
{
border-color: #BD3E4E;
}
.TagClassName
{
border-color: #BD3E4E;
}
</style>