#BA3E2C

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

Shades of Medium Carmine #BA3E2C

Tints of Medium Carmine #BA3E2C

Color information

#BA3E2C (or 0xBA3E2C) is unknown color: approx Medium Carmine. HEX triplet: BA, 3E and 2C. RGB value is (186,62,44). Sum of RGB (Red+Green+Blue) = 186+62+44=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E2C is #45C1D3. Grayscale: #616161. Windows color (decimal): -4571604 or 2899642. OLE color: 2899642.

HSL color Cylindrical-coordinate representation of color #BA3E2C: hue angle of 7.61º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA3E2C is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1866244-
CMYK00.670.760.27
HSL7.61º61.74%45.1%-
HSV(B)7.61º76.34%72.94%-
XYZ22.4314.073.92-
YUV97.0298.08191.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.70%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 44 (17.58% from 255) = 15.07%
R=63.70%
G=21.23%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186624400.670.760.277.6161.7445.1
HexBA3E2C0434C1B83e2d
Octal2727654010311433107655
Binary10111010111110101100010000111001100110111000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E2C; }

 p { color: rgb(186,62,44); }

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

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

 a { background-color: rgb(186,62,44); }

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

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

 span { border-color: rgb(186,62,44); }

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