#B44036

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

Shades of Medium Carmine #B44036

Tints of Medium Carmine #B44036

Color information

#B44036 (or 0xB44036) is unknown color: approx Medium Carmine. HEX triplet: B4, 40 and 36. RGB value is (180,64,54). Sum of RGB (Red+Green+Blue) = 180+64+54=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B44036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44036 is #4BBFC9. Grayscale: #616161. Windows color (decimal): -4964298 or 3555508. OLE color: 3555508.

HSL color Cylindrical-coordinate representation of color #B44036: hue angle of 4.76º 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 #B44036 is Cyan = 0, Magento = 0.64, Yellow = 0.7 and Black (K on CMYK) = 0.29.

Color convert

RGB1806454-
CMYK00.640.70.29
HSL4.76º53.85%45.88%-
HSV(B)4.76º70%70.59%-
XYZ21.3213.645-
YUV97.54103.43186.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.40%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 54 (21.48% from 255) = 18.12%
R=60.40%
G=21.48%
B=18.12%

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
Decimal180645400.640.70.294.7653.8545.88
HexB44036040461D5362e
Octal2641006601001063556656
Binary10110100100000011011001000000100011011101101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44036; }

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

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

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

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

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

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

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

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