Shades of Old Rose #BD3348
Tints of Old Rose #BD3348
RGB
CMYK
RGB Variations
Color information
#BD3348 (or 0xBD3348) is known color: Old Rose. HEX triplet: BD, 33 and 48. RGB value is (189,51,72). Sum of RGB (Red+Green+Blue) = 189+51+72=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3348 is #42CCB7. Grayscale: #5E5E5E. Windows color (decimal): -4377784 or 4731837. OLE color: 4731837.
HSL color Cylindrical-coordinate representation of color #BD3348: hue angle of 350.87º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3348 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 72 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.26 |
| HSL | 350.87º | 0.58% | 0.47% | - |
| HSV(B) | 350.87º | 0.73% | 0.74% | - |
| XYZ | 23.34 | 13.65 | 7.54 | - |
| YUV | 94.66 | 115.22 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 72 | 0 | 0.73 | 0.62 | 0.26 | 350.87 | 0.58 | 0.47 |
| Hex | BD | 33 | 48 | 0 | 49 | 3E | 1A | 15F | 3A | 2F |
| Octal | 275 | 63 | 110 | 0 | 111 | 76 | 32 | 537 | 72 | 57 |
| Binary | 10111101 | 110011 | 1001000 | 0 | 1001001 | 111110 | 11010 | 101011111 | 111010 | 101111 |
Color Harmonies of #BD3348
Complementary color
Monochromatic Colors of #BD3348
Black with #BD3348
Text Example
Text Example
White with #BD3348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3348; }
p { color: rgb(189,51,72); }
H1.HeaderClassName
{
color: #BD3348;
}
.AnyTagClassName
{
color: #BD3348;
}
</style>
background-color css
<style>
a { background-color: #BD3348; }
a { background-color: rgb(189,51,72); }
div.DivClassName
{
background-color: #BD3348;
}
.BgClassName
{
background-color: #BD3348;
}
</style>
border-color css
<style>
span { border-color: #BD3348; }
span { border-color: rgb(189,51,72); }
td.TdClassName
{
border-color: #BD3348;
}
.TagClassName
{
border-color: #BD3348;
}
</style>