#BE3F2F

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

Shades of Medium Carmine #BE3F2F

Tints of Medium Carmine #BE3F2F

Color information

#BE3F2F (or 0xBE3F2F) is unknown color: approx Medium Carmine. HEX triplet: BE, 3F and 2F. RGB value is (190,63,47). Sum of RGB (Red+Green+Blue) = 190+63+47=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3F2F is #41C0D0. Grayscale: #636363. Windows color (decimal): -4309201 or 3096510. OLE color: 3096510.

HSL color Cylindrical-coordinate representation of color #BE3F2F: hue angle of 6.71º 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 #BE3F2F is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1906347-
CMYK00.670.750.25
HSL6.71º60.34%46.47%-
HSV(B)6.71º75.26%74.51%-
XYZ23.5314.714.29-
YUV99.1598.58192.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.33%
GREEN value IS 63 (25% from 255) = 21%
BLUE value IS 47 (18.75% from 255) = 15.67%
R=63.33%
G=21%
B=15.67%

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
Decimal190634700.670.750.256.7160.3446.47
HexBE3F2F0434B1973c2e
Octal276775701031133177456
Binary1011111011111110111101000011100101111001111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3F2F; }

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

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

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

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

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

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

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

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