#BE3E36

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

Shades of Medium Carmine #BE3E36

Tints of Medium Carmine #BE3E36

Color information

#BE3E36 (or 0xBE3E36) is unknown color: approx Medium Carmine. HEX triplet: BE, 3E and 36. RGB value is (190,62,54). Sum of RGB (Red+Green+Blue) = 190+62+54=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E36 is #41C1C9. Grayscale: #636363. Windows color (decimal): -4309450 or 3555006. OLE color: 3555006.

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

Color convert

RGB1906254-
CMYK00.670.720.25
HSL3.53º55.74%47.84%-
HSV(B)3.53º71.58%74.51%-
XYZ23.6214.665.07-
YUV99.36102.41192.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.09%
GREEN value IS 62 (24.61% from 255) = 20.26%
BLUE value IS 54 (21.48% from 255) = 17.65%
R=62.09%
G=20.26%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190625400.670.720.253.5355.7447.84
HexBE3E36043481943830
Octal276766601031103147060
Binary1011111011111011011001000011100100011001100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3E36; }

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

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

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

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

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

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

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

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