Html Css Color HEX #BE3C35 Medium Carmine

📋 copy color: '#BE3C35'

red 190 ◦ green 60 ◦ blue 53

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

Shades of Medium Carmine #BE3C35

Tints of Medium Carmine #BE3C35

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.8%

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 62.71%
G = 19.8%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE3C35 (or 0xBE3C35) is known color: Medium Carmine. HEX triplet: BE, 3C and 35. RGB value is (190,60,53). Sum of RGB (Red+Green+Blue) = 190+60+53=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3C35 is #41C3CA. Grayscale: #626262. Windows color (decimal): -4309963 or 3488958. OLE color: 3488958.

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

Color convert

RGB 190 60 53 -
CMYK 0 0.68 0.72 0.25
HSL 3.07º 0.56% 0.48% -
HSV(B) 3.07º 0.72% 0.75% -
XYZ 23.49 14.44 4.92 -
YUV 98.07 102.57 193.57 -
System Red Green Blue C M Y K H S L
Decimal 190 60 53 0 0.68 0.72 0.25 3.07 0.56 0.48
Hex BE 3C 35 0 44 48 19 3 38 30
Octal 276 74 65 0 104 110 31 3 70 60
Binary 10111110 111100 110101 0 1000100 1001000 11001 11 111000 110000

Color Harmonies of #BE3C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C35

Black with #BE3C35

Text Example


Text Example

White with #BE3C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C35; }

 p { color: rgb(190,60,53); }

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

background-color css

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

 a { background-color: rgb(190,60,53); }

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

border-color css

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

 span { border-color: rgb(190,60,53); }

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