Shades of Old Rose #BE2952
Tints of Old Rose #BE2952
RGB
CMYK
RGB Variations
Color information
#BE2952 (or 0xBE2952) is known color: Old Rose. HEX triplet: BE, 29 and 52. RGB value is (190,41,82). Sum of RGB (Red+Green+Blue) = 190+41+82=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2952 is #41D6AD. Grayscale: #5A5A5A. Windows color (decimal): -4314798 or 5384638. OLE color: 5384638.
HSL color Cylindrical-coordinate representation of color #BE2952: hue angle of 343.49º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2952 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 41 | 82 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.25 |
| HSL | 343.49º | 0.65% | 0.45% | - |
| HSV(B) | 343.49º | 0.78% | 0.75% | - |
| XYZ | 23.55 | 13.14 | 9.28 | - |
| YUV | 90.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 82 | 0 | 0.78 | 0.57 | 0.25 | 343.49 | 0.65 | 0.45 |
| Hex | BE | 29 | 52 | 0 | 4E | 39 | 19 | 157 | 41 | 2D |
| Octal | 276 | 51 | 122 | 0 | 116 | 71 | 31 | 527 | 101 | 55 |
| Binary | 10111110 | 101001 | 1010010 | 0 | 1001110 | 111001 | 11001 | 101010111 | 1000001 | 101101 |
Color Harmonies of #BE2952
Complementary color
Monochromatic Colors of #BE2952
Black with #BE2952
Text Example
Text Example
White with #BE2952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2952; }
p { color: rgb(190,41,82); }
H1.HeaderClassName
{
color: #BE2952;
}
.AnyTagClassName
{
color: #BE2952;
}
</style>
background-color css
<style>
a { background-color: #BE2952; }
a { background-color: rgb(190,41,82); }
div.DivClassName
{
background-color: #BE2952;
}
.BgClassName
{
background-color: #BE2952;
}
</style>
border-color css
<style>
span { border-color: #BE2952; }
span { border-color: rgb(190,41,82); }
td.TdClassName
{
border-color: #BE2952;
}
.TagClassName
{
border-color: #BE2952;
}
</style>