Shades of Old Rose #BE304A
Tints of Old Rose #BE304A
RGB
CMYK
RGB Variations
Color information
#BE304A (or 0xBE304A) is known color: Old Rose. HEX triplet: BE, 30 and 4A. RGB value is (190,48,74). Sum of RGB (Red+Green+Blue) = 190+48+74=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE304A is #41CFB5. Grayscale: #5D5D5D. Windows color (decimal): -4313014 or 4862142. OLE color: 4862142.
HSL color Cylindrical-coordinate representation of color #BE304A: hue angle of 349.01º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE304A is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 48 | 74 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.25 |
| HSL | 349.01º | 0.6% | 0.47% | - |
| HSV(B) | 349.01º | 0.75% | 0.75% | - |
| XYZ | 23.53 | 13.56 | 7.85 | - |
| YUV | 93.42 | 117.04 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 48 | 74 | 0 | 0.75 | 0.61 | 0.25 | 349.01 | 0.6 | 0.47 |
| Hex | BE | 30 | 4A | 0 | 4B | 3D | 19 | 15D | 3C | 2F |
| Octal | 276 | 60 | 112 | 0 | 113 | 75 | 31 | 535 | 74 | 57 |
| Binary | 10111110 | 110000 | 1001010 | 0 | 1001011 | 111101 | 11001 | 101011101 | 111100 | 101111 |
Color Harmonies of #BE304A
Complementary color
Monochromatic Colors of #BE304A
Black with #BE304A
Text Example
Text Example
White with #BE304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE304A; }
p { color: rgb(190,48,74); }
H1.HeaderClassName
{
color: #BE304A;
}
.AnyTagClassName
{
color: #BE304A;
}
</style>
background-color css
<style>
a { background-color: #BE304A; }
a { background-color: rgb(190,48,74); }
div.DivClassName
{
background-color: #BE304A;
}
.BgClassName
{
background-color: #BE304A;
}
</style>
border-color css
<style>
span { border-color: #BE304A; }
span { border-color: rgb(190,48,74); }
td.TdClassName
{
border-color: #BE304A;
}
.TagClassName
{
border-color: #BE304A;
}
</style>