#BA4439

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

Shades of Medium Carmine #BA4439

Tints of Medium Carmine #BA4439

Color information

#BA4439 (or 0xBA4439) is unknown color: approx Medium Carmine. HEX triplet: BA, 44 and 39. RGB value is (186,68,57). Sum of RGB (Red+Green+Blue) = 186+68+57=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4439 is #45BBC6. Grayscale: #666666. Windows color (decimal): -4570055 or 3753146. OLE color: 3753146.

HSL color Cylindrical-coordinate representation of color #BA4439: hue angle of 5.12º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4439 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB1866857-
CMYK00.630.690.27
HSL5.12º53.09%47.65%-
HSV(B)5.12º69.35%72.94%-
XYZ23.0614.875.53-
YUV102.03102.59187.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.81%
GREEN value IS 68 (26.95% from 255) = 21.86%
BLUE value IS 57 (22.66% from 255) = 18.33%
R=59.81%
G=21.86%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186685700.630.690.275.1253.0947.65
HexBA443903F451B53530
Octal272104710771053356560
Binary1011101010001001110010111111100010111011101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4439; }

 p { color: rgb(186,68,57); }

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

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

 a { background-color: rgb(186,68,57); }

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

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

 span { border-color: rgb(186,68,57); }

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