#BE3B35

Color #BE3B35 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #BE3B35

Tints of Medium Carmine #BE3B35

Color information

#BE3B35 (or 0xBE3B35) is unknown color: approx Medium Carmine. HEX triplet: BE, 3B and 35. RGB value is (190,59,53). Sum of RGB (Red+Green+Blue) = 190+59+53=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3B35 is #41C4CA. Grayscale: #616161. Windows color (decimal): -4310219 or 3488702. OLE color: 3488702.

HSL color Cylindrical-coordinate representation of color #BE3B35: hue angle of 2.63º 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 #BE3B35 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1905953-
CMYK00.690.720.25
HSL2.63º56.38%47.65%-
HSV(B)2.63º72.11%74.51%-
XYZ23.4414.334.9-
YUV97.48102.9193.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.91%
GREEN value IS 59 (23.44% from 255) = 19.54%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=62.91%
G=19.54%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190595300.690.720.252.6356.3847.65
HexBE3B35045481933830
Octal276736501051103137060
Binary101111101110111101010100010110010001100111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3B35; }

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

 H1.HeaderClassName
 {
   color: #BE3B35;
 }
 .AnyTagClassName
 {
   color: #BE3B35;
 }
</style>
background-color css

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

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

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

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

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

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