#BE3D34

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

Shades of Medium Carmine #BE3D34

Tints of Medium Carmine #BE3D34

Color information

#BE3D34 (or 0xBE3D34) is unknown color: approx Medium Carmine. HEX triplet: BE, 3D and 34. RGB value is (190,61,52). Sum of RGB (Red+Green+Blue) = 190+61+52=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3D34 is #41C2CB. Grayscale: #626262. Windows color (decimal): -4309708 or 3423678. OLE color: 3423678.

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

Color convert

RGB1906152-
CMYK00.680.730.25
HSL3.91º57.02%47.45%-
HSV(B)3.91º72.63%74.51%-
XYZ23.5214.534.81-
YUV98.54101.74193.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.71%
GREEN value IS 61 (24.22% from 255) = 20.13%
BLUE value IS 52 (20.70% from 255) = 17.16%
R=62.71%
G=20.13%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190615200.680.730.253.9157.0247.45
HexBE3D3404449194392f
Octal276756401041113147157
Binary1011111011110111010001000100100100111001100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3D34; }

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

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

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

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

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

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

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

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