Html Css Color HEX #BE3E3A Medium Carmine

📋 copy color: '#BE3E3A'

red 190 ◦ green 62 ◦ blue 58

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

Shades of Medium Carmine #BE3E3A

Tints of Medium Carmine #BE3E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 61.29%
G = 20%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE3E3A (or 0xBE3E3A) is known color: Medium Carmine. HEX triplet: BE, 3E and 3A. RGB value is (190,62,58). Sum of RGB (Red+Green+Blue) = 190+62+58=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E3A is #41C1C5. Grayscale: #636363. Windows color (decimal): -4309446 or 3817150. OLE color: 3817150.

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

Color convert

RGB 190 62 58 -
CMYK 0 0.67 0.69 0.25
HSL 1.82º 0.53% 0.49% -
HSV(B) 1.82º 0.69% 0.75% -
XYZ 23.72 14.7 5.59 -
YUV 99.82 104.41 192.33 -
System Red Green Blue C M Y K H S L
Decimal 190 62 58 0 0.67 0.69 0.25 1.82 0.53 0.49
Hex BE 3E 3A 0 43 45 19 2 35 31
Octal 276 76 72 0 103 105 31 2 65 61
Binary 10111110 111110 111010 0 1000011 1000101 11001 10 110101 110001

Color Harmonies of #BE3E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E3A

Black with #BE3E3A

Text Example


Text Example

White with #BE3E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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