#BE1E49

Color #BE1E49 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BE1E49

Tints of Old Rose #BE1E49

Color information

#BE1E49 (or 0xBE1E49) is unknown color: approx Old Rose. HEX triplet: BE, 1E and 49. RGB value is (190,30,73). Sum of RGB (Red+Green+Blue) = 190+30+73=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1E49 is #41E1B6. Grayscale: #525252. Windows color (decimal): -4317623 or 4791998. OLE color: 4791998.

HSL color Cylindrical-coordinate representation of color #BE1E49: hue angle of 343.88º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE1E49 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB1903073-
CMYK00.840.620.25
HSL343.88º72.73%43.14%-
HSV(B)343.88º84.21%74.51%-
XYZ22.912.367.48-
YUV82.74122.51204.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 64.85%
GREEN value IS 30 (12.11% from 255) = 10.24%
BLUE value IS 73 (28.91% from 255) = 24.91%
R=64.85%
G=10.24%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190307300.840.620.25343.8872.7343.14
HexBE1E490543E19158492b
Octal276361110124763153011153
Binary1011111011110100100101010100111110110011010110001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1E49; }

 p { color: rgb(190,30,73); }

 H1.HeaderClassName
 {
   color: #BE1E49;
 }
 .AnyTagClassName
 {
   color: #BE1E49;
 }
</style>
background-color css

<style>
 a { background-color: #BE1E49; }

 a { background-color: rgb(190,30,73); }

 div.DivClassName
 {
   background-color: #BE1E49;
 }
 .BgClassName
 {
   background-color: #BE1E49;
 }
</style>
border-color css

<style>
 span { border-color: #BE1E49; }

 span { border-color: rgb(190,30,73); }

 td.TdClassName
 {
   border-color: #BE1E49;
 }
 .TagClassName
 {
   border-color: #BE1E49;
 }
</style>