#ba3935

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

Shades of Medium Carmine #BA3935

Tints of Medium Carmine #BA3935

Color information

#BA3935 (or 0xBA3935) is unknown color: approx Medium Carmine. HEX triplet: BA, 39 and 35. RGB value is (186,57,53). Sum of RGB (Red+Green+Blue) = 186+57+53=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3935 is #45C6CA. Grayscale: #5F5F5F. Windows color (decimal): -4572875 or 3488186. OLE color: 3488186.

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

Color convert

RGB1865753-
CMYK00.690.720.27
HSL1.8º55.65%46.86%-
HSV(B)1.8º71.51%72.94%-
XYZ22.3613.624.82-
YUV95.12104.24192.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.84%
GREEN value IS 57 (22.66% from 255) = 19.26%
BLUE value IS 53 (21.09% from 255) = 17.91%
R=62.84%
G=19.26%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186575300.690.720.271.855.6546.86
HexBA3935045481B2382f
Octal272716501051103327057
Binary101110101110011101010100010110010001101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba3935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba3935; }

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

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

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

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

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

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

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

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