Html Css Color HEX #BE3E2B Medium Carmine

📋 copy color: '#BE3E2B'

red 190 ◦ green 62 ◦ blue 43

#BE3E2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #BE3E2B

Tints of Medium Carmine #BE3E2B

RGB

 RED value IS 190 (74.61% from 255) = 64.41%

 GREEN value IS 62 (24.61% from 255) = 21.02%

 BLUE value IS 43 (17.19% from 255) = 14.58%

R = 64.41%
G = 21.02%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE3E2B (or 0xBE3E2B) is known color: Medium Carmine. HEX triplet: BE, 3E and 2B. RGB value is (190,62,43). Sum of RGB (Red+Green+Blue) = 190+62+43=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E2B is #41C1D4. Grayscale: #626262. Windows color (decimal): -4309461 or 2834110. OLE color: 2834110.

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

Color convert

RGB 190 62 43 -
CMYK 0 0.67 0.77 0.25
HSL 7.76º 0.63% 0.46% -
HSV(B) 7.76º 0.77% 0.75% -
XYZ 23.39 14.57 3.86 -
YUV 98.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 190 62 43 0 0.67 0.77 0.25 7.76 0.63 0.46
Hex BE 3E 2B 0 43 4D 19 8 3F 2E
Octal 276 76 53 0 103 115 31 10 77 56
Binary 10111110 111110 101011 0 1000011 1001101 11001 1000 111111 101110

Color Harmonies of #BE3E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E2B

Black with #BE3E2B

Text Example


Text Example

White with #BE3E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E2B; }

 p { color: rgb(190,62,43); }

 H1.HeaderClassName
 {
   color: #BE3E2B;
 }
 .AnyTagClassName
 {
   color: #BE3E2B;
 }
</style>

background-color css

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

 a { background-color: rgb(190,62,43); }

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

border-color css

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

 span { border-color: rgb(190,62,43); }

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