#BE3D2E

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

Shades of Medium Carmine #BE3D2E

Tints of Medium Carmine #BE3D2E

Color information

#BE3D2E (or 0xBE3D2E) is unknown color: approx Medium Carmine. HEX triplet: BE, 3D and 2E. RGB value is (190,61,46). Sum of RGB (Red+Green+Blue) = 190+61+46=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3D2E is #41C2D1. Grayscale: #626262. Windows color (decimal): -4309714 or 3030462. OLE color: 3030462.

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

Color convert

RGB1906146-
CMYK00.680.760.25
HSL6.25º61.02%46.27%-
HSV(B)6.25º75.79%74.51%-
XYZ23.414.484.15-
YUV97.8698.74193.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.97%
GREEN value IS 61 (24.22% from 255) = 20.54%
BLUE value IS 46 (18.36% from 255) = 15.49%
R=63.97%
G=20.54%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190614600.680.760.256.2561.0246.27
HexBE3D2E0444C1963d2e
Octal276755601041143167556
Binary1011111011110110111001000100100110011001110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3D2E; }

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

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

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

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

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

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

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

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