#B44139

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

Shades of Medium Carmine #B44139

Tints of Medium Carmine #B44139

Color information

#B44139 (or 0xB44139) is unknown color: approx Medium Carmine. HEX triplet: B4, 41 and 39. RGB value is (180,65,57). Sum of RGB (Red+Green+Blue) = 180+65+57=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B44139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44139 is #4BBEC6. Grayscale: #626262. Windows color (decimal): -4964039 or 3752372. OLE color: 3752372.

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

Color convert

RGB1806557-
CMYK00.640.680.29
HSL3.9º51.9%46.47%-
HSV(B)3.9º68.33%70.59%-
XYZ21.4513.785.4-
YUV98.47104.6186.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.60%
GREEN value IS 65 (25.78% from 255) = 21.52%
BLUE value IS 57 (22.66% from 255) = 18.87%
R=59.60%
G=21.52%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180655700.640.680.293.951.946.47
HexB44139040441D4342e
Octal2641017101001043546456
Binary10110100100000111100101000000100010011101100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44139; }

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

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

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

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

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

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

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

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