#BE3E33

Color #BE3E33 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #BE3E33

Tints of Medium Carmine #BE3E33

Color information

#BE3E33 (or 0xBE3E33) is unknown color: approx Medium Carmine. HEX triplet: BE, 3E and 33. RGB value is (190,62,51). Sum of RGB (Red+Green+Blue) = 190+62+51=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E33 is #41C1CC. Grayscale: #636363. Windows color (decimal): -4309453 or 3358398. OLE color: 3358398.

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

Color convert

RGB1906251-
CMYK00.670.730.25
HSL4.75º57.68%47.25%-
HSV(B)4.75º73.16%74.51%-
XYZ23.5614.634.71-
YUV99.02100.91192.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.71%
GREEN value IS 62 (24.61% from 255) = 20.46%
BLUE value IS 51 (20.31% from 255) = 16.83%
R=62.71%
G=20.46%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190625100.670.730.254.7557.6847.25
HexBE3E33043491953a2f
Octal276766301031113157257
Binary1011111011111011001101000011100100111001101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3E33; }

 p { color: rgb(190,62,51); }

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

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

 a { background-color: rgb(190,62,51); }

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

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

 span { border-color: rgb(190,62,51); }

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