#B44136

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

Shades of Medium Carmine #B44136

Tints of Medium Carmine #B44136

Color information

#B44136 (or 0xB44136) is unknown color: approx Medium Carmine. HEX triplet: B4, 41 and 36. RGB value is (180,65,54). Sum of RGB (Red+Green+Blue) = 180+65+54=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B44136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44136 is #4BBEC9. Grayscale: #626262. Windows color (decimal): -4964042 or 3555764. OLE color: 3555764.

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

Color convert

RGB1806554-
CMYK00.640.70.29
HSL5.24º53.85%45.88%-
HSV(B)5.24º70%70.59%-
XYZ21.3813.755.02-
YUV98.13103.1186.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.20%
GREEN value IS 65 (25.78% from 255) = 21.74%
BLUE value IS 54 (21.48% from 255) = 18.06%
R=60.20%
G=21.74%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180655400.640.70.295.2453.8545.88
HexB44136040461D5362e
Octal2641016601001063556656
Binary10110100100000111011001000000100011011101101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44136; }

 p { color: rgb(180,65,54); }

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

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

 a { background-color: rgb(180,65,54); }

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

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

 span { border-color: rgb(180,65,54); }

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