#BA3C27

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

Shades of Medium Carmine #BA3C27

Tints of Medium Carmine #BA3C27

Color information

#BA3C27 (or 0xBA3C27) is unknown color: approx Medium Carmine. HEX triplet: BA, 3C and 27. RGB value is (186,60,39). Sum of RGB (Red+Green+Blue) = 186+60+39=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C27 is #45C3D8. Grayscale: #5F5F5F. Windows color (decimal): -4572121 or 2571450. OLE color: 2571450.

HSL color Cylindrical-coordinate representation of color #BA3C27: hue angle of 8.57º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA3C27 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB1866039-
CMYK00.680.790.27
HSL8.57º65.33%44.12%-
HSV(B)8.57º79.03%72.94%-
XYZ22.2313.823.41-
YUV95.2896.24192.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.26%
GREEN value IS 60 (23.83% from 255) = 21.05%
BLUE value IS 39 (15.62% from 255) = 13.68%
R=65.26%
G=21.05%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186603900.680.790.278.5765.3344.12
HexBA3C270444F1B9412c
Octal27274470104117331110154
Binary101110101111001001110100010010011111101110011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3C27; }

 p { color: rgb(186,60,39); }

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

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

 a { background-color: rgb(186,60,39); }

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

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

 span { border-color: rgb(186,60,39); }

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