#BA4031

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

Shades of Medium Carmine #BA4031

Tints of Medium Carmine #BA4031

Color information

#BA4031 (or 0xBA4031) is unknown color: approx Medium Carmine. HEX triplet: BA, 40 and 31. RGB value is (186,64,49). Sum of RGB (Red+Green+Blue) = 186+64+49=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4031 is #45BFCE. Grayscale: #626262. Windows color (decimal): -4571087 or 3227834. OLE color: 3227834.

HSL color Cylindrical-coordinate representation of color #BA4031: hue angle of 6.57º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA4031 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB1866449-
CMYK00.660.740.27
HSL6.57º58.3%46.08%-
HSV(B)6.57º73.66%72.94%-
XYZ22.6414.334.48-
YUV98.7799.92190.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.21%
GREEN value IS 64 (25.39% from 255) = 21.40%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=62.21%
G=21.40%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186644900.660.740.276.5758.346.08
HexBA40310424A1B73a2e
Octal2721006101021123377256
Binary10111010100000011000101000010100101011011111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4031; }

 p { color: rgb(186,64,49); }

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

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

 a { background-color: rgb(186,64,49); }

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

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

 span { border-color: rgb(186,64,49); }

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