#BE3C3A

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

Shades of Medium Carmine #BE3C3A

Tints of Medium Carmine #BE3C3A

Color information

#BE3C3A (or 0xBE3C3A) is unknown color: approx Medium Carmine. HEX triplet: BE, 3C and 3A. RGB value is (190,60,58). Sum of RGB (Red+Green+Blue) = 190+60+58=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3C3A is #41C3C5. Grayscale: #626262. Windows color (decimal): -4309958 or 3816638. OLE color: 3816638.

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

Color convert

RGB1906058-
CMYK00.680.690.25
HSL0.91º53.23%48.63%-
HSV(B)0.91º69.47%74.51%-
XYZ23.6114.485.55-
YUV98.64105.07193.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.69%
GREEN value IS 60 (23.83% from 255) = 19.48%
BLUE value IS 58 (23.05% from 255) = 18.83%
R=61.69%
G=19.48%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190605800.680.690.250.9153.2348.63
HexBE3C3A044451913531
Octal276747201041053116561
Binary10111110111100111010010001001000101110011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3C3A; }

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

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

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

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

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

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

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

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