#BE403A

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

Shades of Medium Carmine #BE403A

Tints of Medium Carmine #BE403A

Color information

#BE403A (or 0xBE403A) is unknown color: approx Medium Carmine. HEX triplet: BE, 40 and 3A. RGB value is (190,64,58). Sum of RGB (Red+Green+Blue) = 190+64+58=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE403A is #41BFC5. Grayscale: #656565. Windows color (decimal): -4308934 or 3817662. OLE color: 3817662.

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

Color convert

RGB1906458-
CMYK00.660.690.25
HSL2.73º53.23%48.63%-
HSV(B)2.73º69.47%74.51%-
XYZ23.8314.925.63-
YUV100.99103.74191.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.90%
GREEN value IS 64 (25.39% from 255) = 20.51%
BLUE value IS 58 (23.05% from 255) = 18.59%
R=60.90%
G=20.51%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190645800.660.690.252.7353.2348.63
HexBE403A042451933531
Octal2761007201021053136561
Binary1011111010000001110100100001010001011100111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE403A; }

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

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

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

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

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

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

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

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