Shades of Old Rose #BE3A48
Tints of Old Rose #BE3A48
RGB
CMYK
RGB Variations
Color information
#BE3A48 (or 0xBE3A48) is known color: Old Rose. HEX triplet: BE, 3A and 48. RGB value is (190,58,72). Sum of RGB (Red+Green+Blue) = 190+58+72=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A48 is #41C5B7. Grayscale: #636363. Windows color (decimal): -4310456 or 4733630. OLE color: 4733630.
HSL color Cylindrical-coordinate representation of color #BE3A48: hue angle of 353.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A48 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 72 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.25 |
| HSL | 353.64º | 0.53% | 0.49% | - |
| HSV(B) | 353.64º | 0.69% | 0.75% | - |
| XYZ | 23.92 | 14.44 | 7.66 | - |
| YUV | 99.06 | 112.73 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 72 | 0 | 0.69 | 0.62 | 0.25 | 353.64 | 0.53 | 0.49 |
| Hex | BE | 3A | 48 | 0 | 45 | 3E | 19 | 162 | 35 | 31 |
| Octal | 276 | 72 | 110 | 0 | 105 | 76 | 31 | 542 | 65 | 61 |
| Binary | 10111110 | 111010 | 1001000 | 0 | 1000101 | 111110 | 11001 | 101100010 | 110101 | 110001 |
Color Harmonies of #BE3A48
Complementary color
Monochromatic Colors of #BE3A48
Black with #BE3A48
Text Example
Text Example
White with #BE3A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A48; }
p { color: rgb(190,58,72); }
H1.HeaderClassName
{
color: #BE3A48;
}
.AnyTagClassName
{
color: #BE3A48;
}
</style>
background-color css
<style>
a { background-color: #BE3A48; }
a { background-color: rgb(190,58,72); }
div.DivClassName
{
background-color: #BE3A48;
}
.BgClassName
{
background-color: #BE3A48;
}
</style>
border-color css
<style>
span { border-color: #BE3A48; }
span { border-color: rgb(190,58,72); }
td.TdClassName
{
border-color: #BE3A48;
}
.TagClassName
{
border-color: #BE3A48;
}
</style>