#b44932

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

Shades of Medium Carmine #B44932

Tints of Medium Carmine #B44932

Color information

#B44932 (or 0xB44932) is unknown color: approx Medium Carmine. HEX triplet: B4, 49 and 32. RGB value is (180,73,50). Sum of RGB (Red+Green+Blue) = 180+73+50=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B44932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44932 is #4BB6CD. Grayscale: #666666. Windows color (decimal): -4961998 or 3295668. OLE color: 3295668.

HSL color Cylindrical-coordinate representation of color #B44932: hue angle of 10.62º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B44932 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB1807350-
CMYK00.590.720.29
HSL10.62º56.52%45.1%-
HSV(B)10.62º72.22%70.59%-
XYZ21.7814.74.71-
YUV102.3798.45183.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.41%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 50 (19.92% from 255) = 16.50%
R=59.41%
G=24.09%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180735000.590.720.2910.6256.5245.1
HexB4493203B481Db392d
Octal2641116207311035137155
Binary10110100100100111001001110111001000111011011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b44932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b44932; }

 p { color: rgb(180,73,50); }

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

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

 a { background-color: rgb(180,73,50); }

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

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

 span { border-color: rgb(180,73,50); }

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