Shades of Old Rose #BD3E4B
Tints of Old Rose #BD3E4B
RGB
CMYK
RGB Variations
Color information
#BD3E4B (or 0xBD3E4B) is known color: Old Rose. HEX triplet: BD, 3E and 4B. RGB value is (189,62,75). Sum of RGB (Red+Green+Blue) = 189+62+75=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3E4B is #42C1B4. Grayscale: #656565. Windows color (decimal): -4374965 or 4931261. OLE color: 4931261.
HSL color Cylindrical-coordinate representation of color #BD3E4B: hue angle of 353.86º 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 #BD3E4B is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 75 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.26 |
| HSL | 353.86º | 0.51% | 0.49% | - |
| HSV(B) | 353.86º | 0.67% | 0.74% | - |
| XYZ | 23.98 | 14.77 | 8.24 | - |
| YUV | 101.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 75 | 0 | 0.67 | 0.60 | 0.26 | 353.86 | 0.51 | 0.49 |
| Hex | BD | 3E | 4B | 0 | 43 | 3C | 1A | 162 | 33 | 31 |
| Octal | 275 | 76 | 113 | 0 | 103 | 74 | 32 | 542 | 63 | 61 |
| Binary | 10111101 | 111110 | 1001011 | 0 | 1000011 | 111100 | 11010 | 101100010 | 110011 | 110001 |
Color Harmonies of #BD3E4B
Complementary color
Monochromatic Colors of #BD3E4B
Black with #BD3E4B
Text Example
Text Example
White with #BD3E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E4B; }
p { color: rgb(189,62,75); }
H1.HeaderClassName
{
color: #BD3E4B;
}
.AnyTagClassName
{
color: #BD3E4B;
}
</style>
background-color css
<style>
a { background-color: #BD3E4B; }
a { background-color: rgb(189,62,75); }
div.DivClassName
{
background-color: #BD3E4B;
}
.BgClassName
{
background-color: #BD3E4B;
}
</style>
border-color css
<style>
span { border-color: #BD3E4B; }
span { border-color: rgb(189,62,75); }
td.TdClassName
{
border-color: #BD3E4B;
}
.TagClassName
{
border-color: #BD3E4B;
}
</style>