#BE3F3A

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

Shades of Medium Carmine #BE3F3A

Tints of Medium Carmine #BE3F3A

Color information

#BE3F3A (or 0xBE3F3A) is unknown color: approx Medium Carmine. HEX triplet: BE, 3F and 3A. RGB value is (190,63,58). Sum of RGB (Red+Green+Blue) = 190+63+58=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3F3A is #41C0C5. Grayscale: #646464. Windows color (decimal): -4309190 or 3817406. OLE color: 3817406.

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

Color convert

RGB1906358-
CMYK00.670.690.25
HSL2.27º53.23%48.63%-
HSV(B)2.27º69.47%74.51%-
XYZ23.7814.815.61-
YUV100.4104.08191.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.09%
GREEN value IS 63 (25% from 255) = 20.26%
BLUE value IS 58 (23.05% from 255) = 18.65%
R=61.09%
G=20.26%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190635800.670.690.252.2753.2348.63
HexBE3F3A043451923531
Octal276777201031053126561
Binary101111101111111110100100001110001011100110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3F3A; }

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

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

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

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

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

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

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

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