Shades of Old Rose #BE2C4C
Tints of Old Rose #BE2C4C
RGB
CMYK
RGB Variations
Color information
#BE2C4C (or 0xBE2C4C) is known color: Old Rose. HEX triplet: BE, 2C and 4C. RGB value is (190,44,76). Sum of RGB (Red+Green+Blue) = 190+44+76=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2C4C is #41D3B3. Grayscale: #5B5B5B. Windows color (decimal): -4314036 or 4992190. OLE color: 4992190.
HSL color Cylindrical-coordinate representation of color #BE2C4C: hue angle of 346.85º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2C4C is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 44 | 76 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.25 |
| HSL | 346.85º | 0.62% | 0.46% | - |
| HSV(B) | 346.85º | 0.77% | 0.75% | - |
| XYZ | 23.44 | 13.27 | 8.16 | - |
| YUV | 91.3 | 119.37 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 76 | 0 | 0.77 | 0.60 | 0.25 | 346.85 | 0.62 | 0.46 |
| Hex | BE | 2C | 4C | 0 | 4D | 3C | 19 | 15B | 3E | 2E |
| Octal | 276 | 54 | 114 | 0 | 115 | 74 | 31 | 533 | 76 | 56 |
| Binary | 10111110 | 101100 | 1001100 | 0 | 1001101 | 111100 | 11001 | 101011011 | 111110 | 101110 |
Color Harmonies of #BE2C4C
Complementary color
Monochromatic Colors of #BE2C4C
Black with #BE2C4C
Text Example
Text Example
White with #BE2C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2C4C; }
p { color: rgb(190,44,76); }
H1.HeaderClassName
{
color: #BE2C4C;
}
.AnyTagClassName
{
color: #BE2C4C;
}
</style>
background-color css
<style>
a { background-color: #BE2C4C; }
a { background-color: rgb(190,44,76); }
div.DivClassName
{
background-color: #BE2C4C;
}
.BgClassName
{
background-color: #BE2C4C;
}
</style>
border-color css
<style>
span { border-color: #BE2C4C; }
span { border-color: rgb(190,44,76); }
td.TdClassName
{
border-color: #BE2C4C;
}
.TagClassName
{
border-color: #BE2C4C;
}
</style>