Html Css Color HEX #BE3E32 Medium Carmine

📋 copy color: '#BE3E32'

red 190 ◦ green 62 ◦ blue 50

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

Shades of Medium Carmine #BE3E32

Tints of Medium Carmine #BE3E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.56%

R = 62.91%
G = 20.53%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE3E32 (or 0xBE3E32) is known color: Medium Carmine. HEX triplet: BE, 3E and 32. RGB value is (190,62,50). Sum of RGB (Red+Green+Blue) = 190+62+50=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E32 is #41C1CD. Grayscale: #636363. Windows color (decimal): -4309454 or 3292862. OLE color: 3292862.

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

Color convert

RGB 190 62 50 -
CMYK 0 0.67 0.74 0.25
HSL 5.14º 0.58% 0.47% -
HSV(B) 5.14º 0.74% 0.75% -
XYZ 23.53 14.62 4.6 -
YUV 98.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 190 62 50 0 0.67 0.74 0.25 5.14 0.58 0.47
Hex BE 3E 32 0 43 4A 19 5 3A 2F
Octal 276 76 62 0 103 112 31 5 72 57
Binary 10111110 111110 110010 0 1000011 1001010 11001 101 111010 101111

Color Harmonies of #BE3E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E32

Black with #BE3E32

Text Example


Text Example

White with #BE3E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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