Html Css Color HEX #BE3F3D Medium Carmine

📋 copy color: '#BE3F3D'

red 190 ◦ green 63 ◦ blue 61

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

Shades of Medium Carmine #BE3F3D

Tints of Medium Carmine #BE3F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.43%

R = 60.51%
G = 20.06%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE3F3D (or 0xBE3F3D) is known color: Medium Carmine. HEX triplet: BE, 3F and 3D. RGB value is (190,63,61). Sum of RGB (Red+Green+Blue) = 190+63+61=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3F3D is #41C0C2. Grayscale: #646464. Windows color (decimal): -4309187 or 4014014. OLE color: 4014014.

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

Color convert

RGB 190 63 61 -
CMYK 0 0.67 0.68 0.25
HSL 0.93º 0.51% 0.49% -
HSV(B) 0.93º 0.68% 0.75% -
XYZ 23.86 14.84 6.02 -
YUV 100.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 190 63 61 0 0.67 0.68 0.25 0.93 0.51 0.49
Hex BE 3F 3D 0 43 44 19 1 33 31
Octal 276 77 75 0 103 104 31 1 63 61
Binary 10111110 111111 111101 0 1000011 1000100 11001 1 110011 110001

Color Harmonies of #BE3F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3F3D

Black with #BE3F3D

Text Example


Text Example

White with #BE3F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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