#BE3E2F

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

Shades of Medium Carmine #BE3E2F

Tints of Medium Carmine #BE3E2F

Color information

#BE3E2F (or 0xBE3E2F) is unknown color: approx Medium Carmine. HEX triplet: BE, 3E and 2F. RGB value is (190,62,47). Sum of RGB (Red+Green+Blue) = 190+62+47=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E2F is #41C1D0. Grayscale: #626262. Windows color (decimal): -4309457 or 3096254. OLE color: 3096254.

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

Color convert

RGB1906247-
CMYK00.670.750.25
HSL6.29º60.34%46.47%-
HSV(B)6.29º75.26%74.51%-
XYZ23.4714.64.27-
YUV98.5698.91193.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.55%
GREEN value IS 62 (24.61% from 255) = 20.74%
BLUE value IS 47 (18.75% from 255) = 15.72%
R=63.55%
G=20.74%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190624700.670.750.256.2960.3446.47
HexBE3E2F0434B1963c2e
Octal276765701031133167456
Binary1011111011111010111101000011100101111001110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3E2F; }

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

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

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

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

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

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

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

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