Html Css Color HEX #BE3C30 Medium Carmine

📋 copy color: '#BE3C30'

red 190 ◦ green 60 ◦ blue 48

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

Shades of Medium Carmine #BE3C30

Tints of Medium Carmine #BE3C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 63.76%
G = 20.13%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE3C30 (or 0xBE3C30) is known color: Medium Carmine. HEX triplet: BE, 3C and 30. RGB value is (190,60,48). Sum of RGB (Red+Green+Blue) = 190+60+48=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3C30 is #41C3CF. Grayscale: #616161. Windows color (decimal): -4309968 or 3161278. OLE color: 3161278.

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

Color convert

RGB 190 60 48 -
CMYK 0 0.68 0.75 0.25
HSL 5.07º 0.6% 0.47% -
HSV(B) 5.07º 0.75% 0.75% -
XYZ 23.38 14.39 4.34 -
YUV 97.5 100.07 193.98 -
System Red Green Blue C M Y K H S L
Decimal 190 60 48 0 0.68 0.75 0.25 5.07 0.6 0.47
Hex BE 3C 30 0 44 4B 19 5 3C 2F
Octal 276 74 60 0 104 113 31 5 74 57
Binary 10111110 111100 110000 0 1000100 1001011 11001 101 111100 101111

Color Harmonies of #BE3C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C30

Black with #BE3C30

Text Example


Text Example

White with #BE3C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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