Shades of Old Rose #BE245E
Tints of Old Rose #BE245E
RGB
CMYK
RGB Variations
Color information
#BE245E (or 0xBE245E) is known color: Old Rose. HEX triplet: BE, 24 and 5E. RGB value is (190,36,94). Sum of RGB (Red+Green+Blue) = 190+36+94=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE245E is #41DBA1. Grayscale: #585858. Windows color (decimal): -4316066 or 6169790. OLE color: 6169790.
HSL color Cylindrical-coordinate representation of color #BE245E: hue angle of 337.4º 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 #BE245E is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 94 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.25 |
| HSL | 337.4º | 0.68% | 0.44% | - |
| HSV(B) | 337.4º | 0.81% | 0.75% | - |
| XYZ | 23.89 | 13.02 | 11.84 | - |
| YUV | 88.66 | 131.02 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 94 | 0 | 0.81 | 0.51 | 0.25 | 337.4 | 0.68 | 0.44 |
| Hex | BE | 24 | 5E | 0 | 51 | 33 | 19 | 151 | 44 | 2C |
| Octal | 276 | 44 | 136 | 0 | 121 | 63 | 31 | 521 | 104 | 54 |
| Binary | 10111110 | 100100 | 1011110 | 0 | 1010001 | 110011 | 11001 | 101010001 | 1000100 | 101100 |
Color Harmonies of #BE245E
Complementary color
Monochromatic Colors of #BE245E
Black with #BE245E
Text Example
Text Example
White with #BE245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE245E; }
p { color: rgb(190,36,94); }
H1.HeaderClassName
{
color: #BE245E;
}
.AnyTagClassName
{
color: #BE245E;
}
</style>
background-color css
<style>
a { background-color: #BE245E; }
a { background-color: rgb(190,36,94); }
div.DivClassName
{
background-color: #BE245E;
}
.BgClassName
{
background-color: #BE245E;
}
</style>
border-color css
<style>
span { border-color: #BE245E; }
span { border-color: rgb(190,36,94); }
td.TdClassName
{
border-color: #BE245E;
}
.TagClassName
{
border-color: #BE245E;
}
</style>