#BE403D

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

Shades of Medium Carmine #BE403D

Tints of Medium Carmine #BE403D

Color information

#BE403D (or 0xBE403D) is unknown color: approx Medium Carmine. HEX triplet: BE, 40 and 3D. RGB value is (190,64,61). Sum of RGB (Red+Green+Blue) = 190+64+61=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE403D is #41BFC2. Grayscale: #656565. Windows color (decimal): -4308931 or 4014270. OLE color: 4014270.

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

Color convert

RGB1906461-
CMYK00.660.680.25
HSL1.4º51.39%49.22%-
HSV(B)1.4º67.89%74.51%-
XYZ23.9114.956.04-
YUV101.33105.24191.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.32%
GREEN value IS 64 (25.39% from 255) = 20.32%
BLUE value IS 61 (24.22% from 255) = 19.37%
R=60.32%
G=20.32%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190646100.660.680.251.451.3949.22
HexBE403D042441913331
Octal2761007501021043116361
Binary101111101000000111101010000101000100110011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE403D; }

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

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

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

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

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

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

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

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