Html Css Color HEX #BE3A2C Medium Carmine

📋 copy color: '#BE3A2C'

red 190 ◦ green 58 ◦ blue 44

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

Shades of Medium Carmine #BE3A2C

Tints of Medium Carmine #BE3A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.07%

R = 65.07%
G = 19.86%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE3A2C (or 0xBE3A2C) is known color: Medium Carmine. HEX triplet: BE, 3A and 2C. RGB value is (190,58,44). Sum of RGB (Red+Green+Blue) = 190+58+44=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A2C is #41C5D3. Grayscale: #606060. Windows color (decimal): -4310484 or 2898622. OLE color: 2898622.

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

Color convert

RGB 190 58 44 -
CMYK 0 0.69 0.77 0.25
HSL 5.75º 0.62% 0.46% -
HSV(B) 5.75º 0.77% 0.75% -
XYZ 23.2 14.16 3.89 -
YUV 95.87 98.73 195.14 -
System Red Green Blue C M Y K H S L
Decimal 190 58 44 0 0.69 0.77 0.25 5.75 0.62 0.46
Hex BE 3A 2C 0 45 4D 19 6 3E 2E
Octal 276 72 54 0 105 115 31 6 76 56
Binary 10111110 111010 101100 0 1000101 1001101 11001 110 111110 101110

Color Harmonies of #BE3A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A2C

Black with #BE3A2C

Text Example


Text Example

White with #BE3A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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