Html Css Color HEX #BE3E2F Medium Carmine

📋 copy color: '#BE3E2F'

red 190 ◦ green 62 ◦ blue 47

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

Shades of Medium Carmine #BE3E2F

Tints of Medium Carmine #BE3E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.72%

R = 63.55%
G = 20.74%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE3E2F (or 0xBE3E2F) is known color: Medium Carmine. HEX triplet: BE, 3E and 2F. RGB value is (190,62,47). Sum of RGB (Red+Green+Blue) = 190+62+47=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E2F is #41C1D0. Grayscale: #626262. Windows color (decimal): -4309457 or 3096254. OLE color: 3096254.

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

Color convert

RGB 190 62 47 -
CMYK 0 0.67 0.75 0.25
HSL 6.29º 0.6% 0.46% -
HSV(B) 6.29º 0.75% 0.75% -
XYZ 23.47 14.6 4.27 -
YUV 98.56 98.91 193.22 -
System Red Green Blue C M Y K H S L
Decimal 190 62 47 0 0.67 0.75 0.25 6.29 0.6 0.46
Hex BE 3E 2F 0 43 4B 19 6 3C 2E
Octal 276 76 57 0 103 113 31 6 74 56
Binary 10111110 111110 101111 0 1000011 1001011 11001 110 111100 101110

Color Harmonies of #BE3E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E2F

Black with #BE3E2F

Text Example


Text Example

White with #BE3E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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