Html Css Color HEX #BE3F3A Medium Carmine

📋 copy color: '#BE3F3A'

red 190 ◦ green 63 ◦ blue 58

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

Shades of Medium Carmine #BE3F3A

Tints of Medium Carmine #BE3F3A

RGB

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

 GREEN value IS 63 (25% from 255) = 20.26%

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

R = 61.09%
G = 20.26%
B = 18.65%

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

#BE3F3A (or 0xBE3F3A) is known color: Medium Carmine. HEX triplet: BE, 3F and 3A. RGB value is (190,63,58). Sum of RGB (Red+Green+Blue) = 190+63+58=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3F3A is #41C0C5. Grayscale: #646464. Windows color (decimal): -4309190 or 3817406. OLE color: 3817406.

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

Color convert

RGB 190 63 58 -
CMYK 0 0.67 0.69 0.25
HSL 2.27º 0.53% 0.49% -
HSV(B) 2.27º 0.69% 0.75% -
XYZ 23.78 14.81 5.61 -
YUV 100.4 104.08 191.91 -
System Red Green Blue C M Y K H S L
Decimal 190 63 58 0 0.67 0.69 0.25 2.27 0.53 0.49
Hex BE 3F 3A 0 43 45 19 2 35 31
Octal 276 77 72 0 103 105 31 2 65 61
Binary 10111110 111111 111010 0 1000011 1000101 11001 10 110101 110001

Color Harmonies of #BE3F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3F3A

Black with #BE3F3A

Text Example


Text Example

White with #BE3F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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