Shades of Old Rose #BE2444
Tints of Old Rose #BE2444
RGB
CMYK
RGB Variations
Color information
#BE2444 (or 0xBE2444) is known color: Old Rose. HEX triplet: BE, 24 and 44. RGB value is (190,36,68). Sum of RGB (Red+Green+Blue) = 190+36+68=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2444 is #41DBBB. Grayscale: #555555. Windows color (decimal): -4316092 or 4465854. OLE color: 4465854.
HSL color Cylindrical-coordinate representation of color #BE2444: hue angle of 347.53º 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 #BE2444 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 68 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.25 |
| HSL | 347.53º | 0.68% | 0.44% | - |
| HSV(B) | 347.53º | 0.81% | 0.75% | - |
| XYZ | 22.91 | 12.63 | 6.7 | - |
| YUV | 85.69 | 118.02 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 68 | 0 | 0.81 | 0.64 | 0.25 | 347.53 | 0.68 | 0.44 |
| Hex | BE | 24 | 44 | 0 | 51 | 40 | 19 | 15C | 44 | 2C |
| Octal | 276 | 44 | 104 | 0 | 121 | 100 | 31 | 534 | 104 | 54 |
| Binary | 10111110 | 100100 | 1000100 | 0 | 1010001 | 1000000 | 11001 | 101011100 | 1000100 | 101100 |
Color Harmonies of #BE2444
Complementary color
Monochromatic Colors of #BE2444
Black with #BE2444
Text Example
Text Example
White with #BE2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2444; }
p { color: rgb(190,36,68); }
H1.HeaderClassName
{
color: #BE2444;
}
.AnyTagClassName
{
color: #BE2444;
}
</style>
background-color css
<style>
a { background-color: #BE2444; }
a { background-color: rgb(190,36,68); }
div.DivClassName
{
background-color: #BE2444;
}
.BgClassName
{
background-color: #BE2444;
}
</style>
border-color css
<style>
span { border-color: #BE2444; }
span { border-color: rgb(190,36,68); }
td.TdClassName
{
border-color: #BE2444;
}
.TagClassName
{
border-color: #BE2444;
}
</style>