Html Css Color HEX #BE3D3A Medium Carmine

📋 copy color: '#BE3D3A'

red 190 ◦ green 61 ◦ blue 58

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

Shades of Medium Carmine #BE3D3A

Tints of Medium Carmine #BE3D3A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.74%

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

R = 61.49%
G = 19.74%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE3D3A (or 0xBE3D3A) is known color: Medium Carmine. HEX triplet: BE, 3D and 3A. RGB value is (190,61,58). Sum of RGB (Red+Green+Blue) = 190+61+58=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3D3A is #41C2C5. Grayscale: #636363. Windows color (decimal): -4309702 or 3816894. OLE color: 3816894.

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

Color convert

RGB 190 61 58 -
CMYK 0 0.68 0.69 0.25
HSL 1.36º 0.53% 0.49% -
HSV(B) 1.36º 0.69% 0.75% -
XYZ 23.67 14.59 5.57 -
YUV 99.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 190 61 58 0 0.68 0.69 0.25 1.36 0.53 0.49
Hex BE 3D 3A 0 44 45 19 1 35 31
Octal 276 75 72 0 104 105 31 1 65 61
Binary 10111110 111101 111010 0 1000100 1000101 11001 1 110101 110001

Color Harmonies of #BE3D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3D3A

Black with #BE3D3A

Text Example


Text Example

White with #BE3D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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