Shades of Old Rose #BE3C4B
Tints of Old Rose #BE3C4B
RGB
CMYK
RGB Variations
Color information
#BE3C4B (or 0xBE3C4B) is known color: Old Rose. HEX triplet: BE, 3C and 4B. RGB value is (190,60,75). Sum of RGB (Red+Green+Blue) = 190+60+75=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3C4B is #41C3B4. Grayscale: #646464. Windows color (decimal): -4309941 or 4930750. OLE color: 4930750.
HSL color Cylindrical-coordinate representation of color #BE3C4B: hue angle of 353.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3C4B is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 75 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.25 |
| HSL | 353.08º | 0.52% | 0.49% | - |
| HSV(B) | 353.08º | 0.68% | 0.75% | - |
| XYZ | 24.12 | 14.69 | 8.22 | - |
| YUV | 100.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 75 | 0 | 0.68 | 0.61 | 0.25 | 353.08 | 0.52 | 0.49 |
| Hex | BE | 3C | 4B | 0 | 44 | 3D | 19 | 161 | 34 | 31 |
| Octal | 276 | 74 | 113 | 0 | 104 | 75 | 31 | 541 | 64 | 61 |
| Binary | 10111110 | 111100 | 1001011 | 0 | 1000100 | 111101 | 11001 | 101100001 | 110100 | 110001 |
Color Harmonies of #BE3C4B
Complementary color
Monochromatic Colors of #BE3C4B
Black with #BE3C4B
Text Example
Text Example
White with #BE3C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C4B; }
p { color: rgb(190,60,75); }
H1.HeaderClassName
{
color: #BE3C4B;
}
.AnyTagClassName
{
color: #BE3C4B;
}
</style>
background-color css
<style>
a { background-color: #BE3C4B; }
a { background-color: rgb(190,60,75); }
div.DivClassName
{
background-color: #BE3C4B;
}
.BgClassName
{
background-color: #BE3C4B;
}
</style>
border-color css
<style>
span { border-color: #BE3C4B; }
span { border-color: rgb(190,60,75); }
td.TdClassName
{
border-color: #BE3C4B;
}
.TagClassName
{
border-color: #BE3C4B;
}
</style>