Shades of Old Rose #BE2C53
Tints of Old Rose #BE2C53
RGB
CMYK
RGB Variations
Color information
#BE2C53 (or 0xBE2C53) is known color: Old Rose. HEX triplet: BE, 2C and 53. RGB value is (190,44,83). Sum of RGB (Red+Green+Blue) = 190+44+83=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2C53 is #41D3AC. Grayscale: #5C5C5C. Windows color (decimal): -4314029 or 5450942. OLE color: 5450942.
HSL color Cylindrical-coordinate representation of color #BE2C53: hue angle of 343.97º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2C53 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 44 | 83 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.25 |
| HSL | 343.97º | 0.62% | 0.46% | - |
| HSV(B) | 343.97º | 0.77% | 0.75% | - |
| XYZ | 23.7 | 13.37 | 9.52 | - |
| YUV | 92.1 | 122.87 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 83 | 0 | 0.77 | 0.56 | 0.25 | 343.97 | 0.62 | 0.46 |
| Hex | BE | 2C | 53 | 0 | 4D | 38 | 19 | 158 | 3E | 2E |
| Octal | 276 | 54 | 123 | 0 | 115 | 70 | 31 | 530 | 76 | 56 |
| Binary | 10111110 | 101100 | 1010011 | 0 | 1001101 | 111000 | 11001 | 101011000 | 111110 | 101110 |
Color Harmonies of #BE2C53
Complementary color
Monochromatic Colors of #BE2C53
Black with #BE2C53
Text Example
Text Example
White with #BE2C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2C53; }
p { color: rgb(190,44,83); }
H1.HeaderClassName
{
color: #BE2C53;
}
.AnyTagClassName
{
color: #BE2C53;
}
</style>
background-color css
<style>
a { background-color: #BE2C53; }
a { background-color: rgb(190,44,83); }
div.DivClassName
{
background-color: #BE2C53;
}
.BgClassName
{
background-color: #BE2C53;
}
</style>
border-color css
<style>
span { border-color: #BE2C53; }
span { border-color: rgb(190,44,83); }
td.TdClassName
{
border-color: #BE2C53;
}
.TagClassName
{
border-color: #BE2C53;
}
</style>