#BE244B

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

Shades of Old Rose #BE244B

Tints of Old Rose #BE244B

Color information

#BE244B (or 0xBE244B) is unknown color: approx Old Rose. HEX triplet: BE, 24 and 4B. RGB value is (190,36,75). Sum of RGB (Red+Green+Blue) = 190+36+75=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE244B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE244B is #41DBB4. Grayscale: #565656. Windows color (decimal): -4316085 or 4924606. OLE color: 4924606.

HSL color Cylindrical-coordinate representation of color #BE244B: hue angle of 344.81º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE244B is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1903675-
CMYK00.810.610.25
HSL344.81º68.14%44.31%-
HSV(B)344.81º81.05%74.51%-
XYZ23.1412.727.89-
YUV86.49121.52201.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.12%
GREEN value IS 36 (14.45% from 255) = 11.96%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=63.12%
G=11.96%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190367500.810.610.25344.8168.1444.31
HexBE244B0513D19159442c
Octal276441130121753153110454
Binary10111110100100100101101010001111101110011010110011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE244B; }

 p { color: rgb(190,36,75); }

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

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

 a { background-color: rgb(190,36,75); }

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

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

 span { border-color: rgb(190,36,75); }

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