#B43E35

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

Shades of Medium Carmine #B43E35

Tints of Medium Carmine #B43E35

Color information

#B43E35 (or 0xB43E35) is unknown color: approx Medium Carmine. HEX triplet: B4, 3E and 35. RGB value is (180,62,53). Sum of RGB (Red+Green+Blue) = 180+62+53=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43E35 is #4BC1CA. Grayscale: #606060. Windows color (decimal): -4964811 or 3489460. OLE color: 3489460.

HSL color Cylindrical-coordinate representation of color #B43E35: hue angle of 4.25º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43E35 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1806253-
CMYK00.660.710.29
HSL4.25º54.51%45.69%-
HSV(B)4.25º70.56%70.59%-
XYZ21.1913.414.84-
YUV96.26103.59187.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.02%
GREEN value IS 62 (24.61% from 255) = 21.02%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=61.02%
G=21.02%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180625300.660.710.294.2554.5145.69
HexB43E35042471D4372e
Octal264766501021073546756
Binary1011010011111011010101000010100011111101100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43E35; }

 p { color: rgb(180,62,53); }

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

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

 a { background-color: rgb(180,62,53); }

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

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

 span { border-color: rgb(180,62,53); }

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