Shades of Old Rose #BE2450
Tints of Old Rose #BE2450
RGB
CMYK
RGB Variations
Color information
#BE2450 (or 0xBE2450) is known color: Old Rose. HEX triplet: BE, 24 and 50. RGB value is (190,36,80). Sum of RGB (Red+Green+Blue) = 190+36+80=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2450 is #41DBAF. Grayscale: #575757. Windows color (decimal): -4316080 or 5252286. OLE color: 5252286.
HSL color Cylindrical-coordinate representation of color #BE2450: hue angle of 342.86º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2450 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 80 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.25 |
| HSL | 342.86º | 0.68% | 0.44% | - |
| HSV(B) | 342.86º | 0.81% | 0.75% | - |
| XYZ | 23.31 | 12.79 | 8.83 | - |
| YUV | 87.06 | 124.02 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 80 | 0 | 0.81 | 0.58 | 0.25 | 342.86 | 0.68 | 0.44 |
| Hex | BE | 24 | 50 | 0 | 51 | 3A | 19 | 157 | 44 | 2C |
| Octal | 276 | 44 | 120 | 0 | 121 | 72 | 31 | 527 | 104 | 54 |
| Binary | 10111110 | 100100 | 1010000 | 0 | 1010001 | 111010 | 11001 | 101010111 | 1000100 | 101100 |
Color Harmonies of #BE2450
Complementary color
Monochromatic Colors of #BE2450
Black with #BE2450
Text Example
Text Example
White with #BE2450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2450; }
p { color: rgb(190,36,80); }
H1.HeaderClassName
{
color: #BE2450;
}
.AnyTagClassName
{
color: #BE2450;
}
</style>
background-color css
<style>
a { background-color: #BE2450; }
a { background-color: rgb(190,36,80); }
div.DivClassName
{
background-color: #BE2450;
}
.BgClassName
{
background-color: #BE2450;
}
</style>
border-color css
<style>
span { border-color: #BE2450; }
span { border-color: rgb(190,36,80); }
td.TdClassName
{
border-color: #BE2450;
}
.TagClassName
{
border-color: #BE2450;
}
</style>