Shades of Old Rose #BD3E4D
Tints of Old Rose #BD3E4D
RGB
CMYK
RGB Variations
Color information
#BD3E4D (or 0xBD3E4D) is known color: Old Rose. HEX triplet: BD, 3E and 4D. RGB value is (189,62,77). Sum of RGB (Red+Green+Blue) = 189+62+77=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3E4D is #42C1B2. Grayscale: #656565. Windows color (decimal): -4374963 or 5062333. OLE color: 5062333.
HSL color Cylindrical-coordinate representation of color #BD3E4D: hue angle of 352.91º 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 #BD3E4D is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 77 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.26 |
| HSL | 352.91º | 0.51% | 0.49% | - |
| HSV(B) | 352.91º | 0.67% | 0.74% | - |
| XYZ | 24.05 | 14.8 | 8.61 | - |
| YUV | 101.68 | 114.08 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 77 | 0 | 0.67 | 0.59 | 0.26 | 352.91 | 0.51 | 0.49 |
| Hex | BD | 3E | 4D | 0 | 43 | 3B | 1A | 161 | 33 | 31 |
| Octal | 275 | 76 | 115 | 0 | 103 | 73 | 32 | 541 | 63 | 61 |
| Binary | 10111101 | 111110 | 1001101 | 0 | 1000011 | 111011 | 11010 | 101100001 | 110011 | 110001 |
Color Harmonies of #BD3E4D
Complementary color
Monochromatic Colors of #BD3E4D
Black with #BD3E4D
Text Example
Text Example
White with #BD3E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E4D; }
p { color: rgb(189,62,77); }
H1.HeaderClassName
{
color: #BD3E4D;
}
.AnyTagClassName
{
color: #BD3E4D;
}
</style>
background-color css
<style>
a { background-color: #BD3E4D; }
a { background-color: rgb(189,62,77); }
div.DivClassName
{
background-color: #BD3E4D;
}
.BgClassName
{
background-color: #BD3E4D;
}
</style>
border-color css
<style>
span { border-color: #BD3E4D; }
span { border-color: rgb(189,62,77); }
td.TdClassName
{
border-color: #BD3E4D;
}
.TagClassName
{
border-color: #BD3E4D;
}
</style>