Html Css Color HEX #BE3A2E Medium Carmine

📋 copy color: '#BE3A2E'

red 190 ◦ green 58 ◦ blue 46

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

Shades of Medium Carmine #BE3A2E

Tints of Medium Carmine #BE3A2E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.73%

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 64.63%
G = 19.73%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE3A2E (or 0xBE3A2E) is known color: Medium Carmine. HEX triplet: BE, 3A and 2E. RGB value is (190,58,46). Sum of RGB (Red+Green+Blue) = 190+58+46=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A2E is #41C5D1. Grayscale: #606060. Windows color (decimal): -4310482 or 3029694. OLE color: 3029694.

HSL color Cylindrical-coordinate representation of color #BE3A2E: hue angle of 5º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE3A2E is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 58 46 -
CMYK 0 0.69 0.76 0.25
HSL 0.61% 0.46% -
HSV(B) 0.76% 0.75% -
XYZ 23.24 14.17 4.09 -
YUV 96.1 99.73 194.98 -
System Red Green Blue C M Y K H S L
Decimal 190 58 46 0 0.69 0.76 0.25 5 0.61 0.46
Hex BE 3A 2E 0 45 4C 19 5 3D 2E
Octal 276 72 56 0 105 114 31 5 75 56
Binary 10111110 111010 101110 0 1000101 1001100 11001 101 111101 101110

Color Harmonies of #BE3A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A2E

Black with #BE3A2E

Text Example


Text Example

White with #BE3A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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