Shades of Old Rose #BD3453
Tints of Old Rose #BD3453
RGB
CMYK
RGB Variations
Color information
#BD3453 (or 0xBD3453) is known color: Old Rose. HEX triplet: BD, 34 and 53. RGB value is (189,52,83). Sum of RGB (Red+Green+Blue) = 189+52+83=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3453 is #42CBAC. Grayscale: #606060. Windows color (decimal): -4377517 or 5452989. OLE color: 5452989.
HSL color Cylindrical-coordinate representation of color #BD3453: hue angle of 346.42º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3453 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 83 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.26 |
| HSL | 346.42º | 0.57% | 0.47% | - |
| HSV(B) | 346.42º | 0.72% | 0.74% | - |
| XYZ | 23.78 | 13.9 | 9.61 | - |
| YUV | 96.5 | 120.39 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 83 | 0 | 0.72 | 0.56 | 0.26 | 346.42 | 0.57 | 0.47 |
| Hex | BD | 34 | 53 | 0 | 48 | 38 | 1A | 15A | 39 | 2F |
| Octal | 275 | 64 | 123 | 0 | 110 | 70 | 32 | 532 | 71 | 57 |
| Binary | 10111101 | 110100 | 1010011 | 0 | 1001000 | 111000 | 11010 | 101011010 | 111001 | 101111 |
Color Harmonies of #BD3453
Complementary color
Monochromatic Colors of #BD3453
Black with #BD3453
Text Example
Text Example
White with #BD3453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3453; }
p { color: rgb(189,52,83); }
H1.HeaderClassName
{
color: #BD3453;
}
.AnyTagClassName
{
color: #BD3453;
}
</style>
background-color css
<style>
a { background-color: #BD3453; }
a { background-color: rgb(189,52,83); }
div.DivClassName
{
background-color: #BD3453;
}
.BgClassName
{
background-color: #BD3453;
}
</style>
border-color css
<style>
span { border-color: #BD3453; }
span { border-color: rgb(189,52,83); }
td.TdClassName
{
border-color: #BD3453;
}
.TagClassName
{
border-color: #BD3453;
}
</style>