#BE3E32

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

Shades of Medium Carmine #BE3E32

Tints of Medium Carmine #BE3E32

Color information

#BE3E32 (or 0xBE3E32) is unknown color: approx Medium Carmine. HEX triplet: BE, 3E and 32. RGB value is (190,62,50). Sum of RGB (Red+Green+Blue) = 190+62+50=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E32 is #41C1CD. Grayscale: #636363. Windows color (decimal): -4309454 or 3292862. OLE color: 3292862.

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

Color convert

RGB1906250-
CMYK00.670.740.25
HSL5.14º58.33%47.06%-
HSV(B)5.14º73.68%74.51%-
XYZ23.5314.624.6-
YUV98.9100.41192.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.91%
GREEN value IS 62 (24.61% from 255) = 20.53%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=62.91%
G=20.53%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190625000.670.740.255.1458.3347.06
HexBE3E320434A1953a2f
Octal276766201031123157257
Binary1011111011111011001001000011100101011001101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3E32; }

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

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

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

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

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

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

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

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