Html Css Color HEX #BE3C3B Medium Carmine

📋 copy color: '#BE3C3B'

red 190 ◦ green 60 ◦ blue 59

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

Shades of Medium Carmine #BE3C3B

Tints of Medium Carmine #BE3C3B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.42%

 BLUE value IS 59 (23.44% from 255) = 19.09%

R = 61.49%
G = 19.42%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE3C3B (or 0xBE3C3B) is known color: Medium Carmine. HEX triplet: BE, 3C and 3B. RGB value is (190,60,59). Sum of RGB (Red+Green+Blue) = 190+60+59=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3C3B is #41C3C4. Grayscale: #626262. Windows color (decimal): -4309957 or 3882174. OLE color: 3882174.

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

Color convert

RGB 190 60 59 -
CMYK 0 0.68 0.69 0.25
HSL 0.46º 0.53% 0.49% -
HSV(B) 0.46º 0.69% 0.75% -
XYZ 23.64 14.49 5.69 -
YUV 98.76 105.57 193.08 -
System Red Green Blue C M Y K H S L
Decimal 190 60 59 0 0.68 0.69 0.25 0.46 0.53 0.49
Hex BE 3C 3B 0 44 45 19 0 35 31
Octal 276 74 73 0 104 105 31 0 65 61
Binary 10111110 111100 111011 0 1000100 1000101 11001 0 110101 110001

Color Harmonies of #BE3C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C3B

Black with #BE3C3B

Text Example


Text Example

White with #BE3C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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