#BE3D39

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

Shades of Medium Carmine #BE3D39

Tints of Medium Carmine #BE3D39

Color information

#BE3D39 (or 0xBE3D39) is unknown color: approx Medium Carmine. HEX triplet: BE, 3D and 39. RGB value is (190,61,57). Sum of RGB (Red+Green+Blue) = 190+61+57=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3D39 is #41C2C6. Grayscale: #636363. Windows color (decimal): -4309703 or 3751358. OLE color: 3751358.

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

Color convert

RGB1906157-
CMYK00.680.70.25
HSL1.8º53.85%48.43%-
HSV(B)1.8º70%74.51%-
XYZ23.6414.585.44-
YUV99.12104.24192.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.69%
GREEN value IS 61 (24.22% from 255) = 19.81%
BLUE value IS 57 (22.66% from 255) = 18.51%
R=61.69%
G=19.81%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190615700.680.70.251.853.8548.43
HexBE3D39044461923630
Octal276757101041063126660
Binary101111101111011110010100010010001101100110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3D39; }

 p { color: rgb(190,61,57); }

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

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

 a { background-color: rgb(190,61,57); }

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

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

 span { border-color: rgb(190,61,57); }

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