Shades of Old Rose #BD3245
Tints of Old Rose #BD3245
RGB
CMYK
RGB Variations
Color information
#BD3245 (or 0xBD3245) is known color: Old Rose. HEX triplet: BD, 32 and 45. RGB value is (189,50,69). Sum of RGB (Red+Green+Blue) = 189+50+69=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3245 is #42CDBA. Grayscale: #5D5D5D. Windows color (decimal): -4378043 or 4534973. OLE color: 4534973.
HSL color Cylindrical-coordinate representation of color #BD3245: hue angle of 351.8º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3245 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 69 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.26 |
| HSL | 351.8º | 0.58% | 0.47% | - |
| HSV(B) | 351.8º | 0.74% | 0.74% | - |
| XYZ | 23.2 | 13.53 | 7.02 | - |
| YUV | 93.73 | 114.05 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 69 | 0 | 0.74 | 0.63 | 0.26 | 351.8 | 0.58 | 0.47 |
| Hex | BD | 32 | 45 | 0 | 4A | 3F | 1A | 160 | 3A | 2F |
| Octal | 275 | 62 | 105 | 0 | 112 | 77 | 32 | 540 | 72 | 57 |
| Binary | 10111101 | 110010 | 1000101 | 0 | 1001010 | 111111 | 11010 | 101100000 | 111010 | 101111 |
Color Harmonies of #BD3245
Complementary color
Monochromatic Colors of #BD3245
Black with #BD3245
Text Example
Text Example
White with #BD3245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3245; }
p { color: rgb(189,50,69); }
H1.HeaderClassName
{
color: #BD3245;
}
.AnyTagClassName
{
color: #BD3245;
}
</style>
background-color css
<style>
a { background-color: #BD3245; }
a { background-color: rgb(189,50,69); }
div.DivClassName
{
background-color: #BD3245;
}
.BgClassName
{
background-color: #BD3245;
}
</style>
border-color css
<style>
span { border-color: #BD3245; }
span { border-color: rgb(189,50,69); }
td.TdClassName
{
border-color: #BD3245;
}
.TagClassName
{
border-color: #BD3245;
}
</style>