Html Css Color HEX #BE3A2A Medium Carmine

📋 copy color: '#BE3A2A'

red 190 ◦ green 58 ◦ blue 42

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

Shades of Medium Carmine #BE3A2A

Tints of Medium Carmine #BE3A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.48%

R = 65.52%
G = 20%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE3A2A (or 0xBE3A2A) is known color: Medium Carmine. HEX triplet: BE, 3A and 2A. RGB value is (190,58,42). Sum of RGB (Red+Green+Blue) = 190+58+42=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A2A is #41C5D5. Grayscale: #5F5F5F. Windows color (decimal): -4310486 or 2767550. OLE color: 2767550.

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

Color convert

RGB 190 58 42 -
CMYK 0 0.69 0.78 0.25
HSL 6.49º 0.64% 0.45% -
HSV(B) 6.49º 0.78% 0.75% -
XYZ 23.17 14.14 3.7 -
YUV 95.64 97.73 195.3 -
System Red Green Blue C M Y K H S L
Decimal 190 58 42 0 0.69 0.78 0.25 6.49 0.64 0.45
Hex BE 3A 2A 0 45 4E 19 6 40 2D
Octal 276 72 52 0 105 116 31 6 100 55
Binary 10111110 111010 101010 0 1000101 1001110 11001 110 1000000 101101

Color Harmonies of #BE3A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A2A

Black with #BE3A2A

Text Example


Text Example

White with #BE3A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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