#B44436

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

Shades of Medium Carmine #B44436

Tints of Medium Carmine #B44436

Color information

#B44436 (or 0xB44436) is unknown color: approx Medium Carmine. HEX triplet: B4, 44 and 36. RGB value is (180,68,54). Sum of RGB (Red+Green+Blue) = 180+68+54=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B44436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44436 is #4BBBC9. Grayscale: #646464. Windows color (decimal): -4963274 or 3556532. OLE color: 3556532.

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

Color convert

RGB1806854-
CMYK00.620.70.29
HSL6.67º53.85%45.88%-
HSV(B)6.67º70%70.59%-
XYZ21.5614.15.08-
YUV99.89102.11185.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.60%
GREEN value IS 68 (26.95% from 255) = 22.52%
BLUE value IS 54 (21.48% from 255) = 17.88%
R=59.60%
G=22.52%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180685400.620.70.296.6753.8545.88
HexB4443603E461D7362e
Octal264104660761063576656
Binary1011010010001001101100111110100011011101111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44436; }

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

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

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

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

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

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

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

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