Shades of Old Rose #BE244E
Tints of Old Rose #BE244E
RGB
CMYK
RGB Variations
Color information
#BE244E (or 0xBE244E) is known color: Old Rose. HEX triplet: BE, 24 and 4E. RGB value is (190,36,78). Sum of RGB (Red+Green+Blue) = 190+36+78=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE244E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE244E is #41DBB1. Grayscale: #565656. Windows color (decimal): -4316082 or 5121214. OLE color: 5121214.
HSL color Cylindrical-coordinate representation of color #BE244E: hue angle of 343.64º 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 #BE244E is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 78 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.25 |
| HSL | 343.64º | 0.68% | 0.44% | - |
| HSV(B) | 343.64º | 0.81% | 0.75% | - |
| XYZ | 23.24 | 12.76 | 8.45 | - |
| YUV | 86.83 | 123.02 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 78 | 0 | 0.81 | 0.59 | 0.25 | 343.64 | 0.68 | 0.44 |
| Hex | BE | 24 | 4E | 0 | 51 | 3B | 19 | 158 | 44 | 2C |
| Octal | 276 | 44 | 116 | 0 | 121 | 73 | 31 | 530 | 104 | 54 |
| Binary | 10111110 | 100100 | 1001110 | 0 | 1010001 | 111011 | 11001 | 101011000 | 1000100 | 101100 |
Color Harmonies of #BE244E
Complementary color
Monochromatic Colors of #BE244E
Black with #BE244E
Text Example
Text Example
White with #BE244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE244E; }
p { color: rgb(190,36,78); }
H1.HeaderClassName
{
color: #BE244E;
}
.AnyTagClassName
{
color: #BE244E;
}
</style>
background-color css
<style>
a { background-color: #BE244E; }
a { background-color: rgb(190,36,78); }
div.DivClassName
{
background-color: #BE244E;
}
.BgClassName
{
background-color: #BE244E;
}
</style>
border-color css
<style>
span { border-color: #BE244E; }
span { border-color: rgb(190,36,78); }
td.TdClassName
{
border-color: #BE244E;
}
.TagClassName
{
border-color: #BE244E;
}
</style>