#BE4035

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

Shades of Medium Carmine #BE4035

Tints of Medium Carmine #BE4035

Color information

#BE4035 (or 0xBE4035) is unknown color: approx Medium Carmine. HEX triplet: BE, 40 and 35. RGB value is (190,64,53). Sum of RGB (Red+Green+Blue) = 190+64+53=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4035 is #41BFCA. Grayscale: #646464. Windows color (decimal): -4308939 or 3489982. OLE color: 3489982.

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

Color convert

RGB1906453-
CMYK00.660.720.25
HSL4.82º56.38%47.65%-
HSV(B)4.82º72.11%74.51%-
XYZ23.7114.874.99-
YUV100.42101.24191.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.89%
GREEN value IS 64 (25.39% from 255) = 20.85%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=61.89%
G=20.85%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190645300.660.720.254.8256.3847.65
HexBE4035042481953830
Octal2761006501021103157060
Binary10111110100000011010101000010100100011001101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4035; }

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

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

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

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

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

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

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

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