Shades of Old Rose #BE2544
Tints of Old Rose #BE2544
RGB
CMYK
RGB Variations
Color information
#BE2544 (or 0xBE2544) is known color: Old Rose. HEX triplet: BE, 25 and 44. RGB value is (190,37,68). Sum of RGB (Red+Green+Blue) = 190+37+68=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2544 is #41DABB. Grayscale: #565656. Windows color (decimal): -4315836 or 4466110. OLE color: 4466110.
HSL color Cylindrical-coordinate representation of color #BE2544: hue angle of 347.84º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2544 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 68 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.25 |
| HSL | 347.84º | 0.67% | 0.45% | - |
| HSV(B) | 347.84º | 0.81% | 0.75% | - |
| XYZ | 22.94 | 12.69 | 6.71 | - |
| YUV | 86.28 | 117.69 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 68 | 0 | 0.81 | 0.64 | 0.25 | 347.84 | 0.67 | 0.45 |
| Hex | BE | 25 | 44 | 0 | 51 | 40 | 19 | 15C | 43 | 2D |
| Octal | 276 | 45 | 104 | 0 | 121 | 100 | 31 | 534 | 103 | 55 |
| Binary | 10111110 | 100101 | 1000100 | 0 | 1010001 | 1000000 | 11001 | 101011100 | 1000011 | 101101 |
Color Harmonies of #BE2544
Complementary color
Monochromatic Colors of #BE2544
Black with #BE2544
Text Example
Text Example
White with #BE2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2544; }
p { color: rgb(190,37,68); }
H1.HeaderClassName
{
color: #BE2544;
}
.AnyTagClassName
{
color: #BE2544;
}
</style>
background-color css
<style>
a { background-color: #BE2544; }
a { background-color: rgb(190,37,68); }
div.DivClassName
{
background-color: #BE2544;
}
.BgClassName
{
background-color: #BE2544;
}
</style>
border-color css
<style>
span { border-color: #BE2544; }
span { border-color: rgb(190,37,68); }
td.TdClassName
{
border-color: #BE2544;
}
.TagClassName
{
border-color: #BE2544;
}
</style>