Html Css Color HEX #BE3E27 Medium Carmine

📋 copy color: '#BE3E27'

red 190 ◦ green 62 ◦ blue 39

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

Shades of Medium Carmine #BE3E27

Tints of Medium Carmine #BE3E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.4%

R = 65.29%
G = 21.31%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE3E27 (or 0xBE3E27) is known color: Medium Carmine. HEX triplet: BE, 3E and 27. RGB value is (190,62,39). Sum of RGB (Red+Green+Blue) = 190+62+39=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E27 is #41C1D8. Grayscale: #616161. Windows color (decimal): -4309465 or 2571966. OLE color: 2571966.

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

Color convert

RGB 190 62 39 -
CMYK 0 0.67 0.79 0.25
HSL 9.14º 0.66% 0.45% -
HSV(B) 9.14º 0.79% 0.75% -
XYZ 23.32 14.54 3.5 -
YUV 97.65 94.91 193.87 -
System Red Green Blue C M Y K H S L
Decimal 190 62 39 0 0.67 0.79 0.25 9.14 0.66 0.45
Hex BE 3E 27 0 43 4F 19 9 42 2D
Octal 276 76 47 0 103 117 31 11 102 55
Binary 10111110 111110 100111 0 1000011 1001111 11001 1001 1000010 101101

Color Harmonies of #BE3E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E27

Black with #BE3E27

Text Example


Text Example

White with #BE3E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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