Shades of Old Rose #BE2246
Tints of Old Rose #BE2246
RGB
CMYK
RGB Variations
Color information
#BE2246 (or 0xBE2246) is known color: Old Rose. HEX triplet: BE, 22 and 46. RGB value is (190,34,70). Sum of RGB (Red+Green+Blue) = 190+34+70=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2246 is #41DDB9. Grayscale: #545454. Windows color (decimal): -4316602 or 4596414. OLE color: 4596414.
HSL color Cylindrical-coordinate representation of color #BE2246: hue angle of 346.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2246 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 34 | 70 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.25 |
| HSL | 346.15º | 0.7% | 0.44% | - |
| HSV(B) | 346.15º | 0.82% | 0.75% | - |
| XYZ | 22.91 | 12.53 | 7.01 | - |
| YUV | 84.75 | 119.68 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 34 | 70 | 0 | 0.82 | 0.63 | 0.25 | 346.15 | 0.7 | 0.44 |
| Hex | BE | 22 | 46 | 0 | 52 | 3F | 19 | 15A | 46 | 2C |
| Octal | 276 | 42 | 106 | 0 | 122 | 77 | 31 | 532 | 106 | 54 |
| Binary | 10111110 | 100010 | 1000110 | 0 | 1010010 | 111111 | 11001 | 101011010 | 1000110 | 101100 |
Color Harmonies of #BE2246
Complementary color
Monochromatic Colors of #BE2246
Black with #BE2246
Text Example
Text Example
White with #BE2246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2246; }
p { color: rgb(190,34,70); }
H1.HeaderClassName
{
color: #BE2246;
}
.AnyTagClassName
{
color: #BE2246;
}
</style>
background-color css
<style>
a { background-color: #BE2246; }
a { background-color: rgb(190,34,70); }
div.DivClassName
{
background-color: #BE2246;
}
.BgClassName
{
background-color: #BE2246;
}
</style>
border-color css
<style>
span { border-color: #BE2246; }
span { border-color: rgb(190,34,70); }
td.TdClassName
{
border-color: #BE2246;
}
.TagClassName
{
border-color: #BE2246;
}
</style>