#BE2A4C

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

Shades of Old Rose #BE2A4C

Tints of Old Rose #BE2A4C

Color information

#BE2A4C (or 0xBE2A4C) is unknown color: approx Old Rose. HEX triplet: BE, 2A and 4C. RGB value is (190,42,76). Sum of RGB (Red+Green+Blue) = 190+42+76=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A4C is #41D5B3. Grayscale: #5A5A5A. Windows color (decimal): -4314548 or 4991678. OLE color: 4991678.

HSL color Cylindrical-coordinate representation of color #BE2A4C: hue angle of 346.22º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2A4C is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB1904276-
CMYK00.780.600.25
HSL346.22º63.79%45.49%-
HSV(B)346.22º77.89%74.51%-
XYZ23.3713.128.14-
YUV90.13120.03199.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.69%
GREEN value IS 42 (16.80% from 255) = 13.64%
BLUE value IS 76 (30.08% from 255) = 24.68%
R=61.69%
G=13.64%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190427600.780.600.25346.2263.7945.49
HexBE2A4C04E3C1915a402d
Octal276521140116743153210055
Binary10111110101010100110001001110111100110011010110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A4C; }

 p { color: rgb(190,42,76); }

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

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

 a { background-color: rgb(190,42,76); }

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

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

 span { border-color: rgb(190,42,76); }

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