#BE3C33

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

Shades of Medium Carmine #BE3C33

Tints of Medium Carmine #BE3C33

Color information

#BE3C33 (or 0xBE3C33) is unknown color: approx Medium Carmine. HEX triplet: BE, 3C and 33. RGB value is (190,60,51). Sum of RGB (Red+Green+Blue) = 190+60+51=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3C33 is #41C3CC. Grayscale: #626262. Windows color (decimal): -4309965 or 3357886. OLE color: 3357886.

HSL color Cylindrical-coordinate representation of color #BE3C33: hue angle of 3.88º 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 #BE3C33 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1906051-
CMYK00.680.730.25
HSL3.88º57.68%47.25%-
HSV(B)3.88º73.16%74.51%-
XYZ23.4514.424.68-
YUV97.84101.57193.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.12%
GREEN value IS 60 (23.83% from 255) = 19.93%
BLUE value IS 51 (20.31% from 255) = 16.94%
R=63.12%
G=19.93%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190605100.680.730.253.8857.6847.25
HexBE3C33044491943a2f
Octal276746301041113147257
Binary1011111011110011001101000100100100111001100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3C33; }

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

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

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

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

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

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

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

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