#BA3C2F

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

Shades of Medium Carmine #BA3C2F

Tints of Medium Carmine #BA3C2F

Color information

#BA3C2F (or 0xBA3C2F) is unknown color: approx Medium Carmine. HEX triplet: BA, 3C and 2F. RGB value is (186,60,47). Sum of RGB (Red+Green+Blue) = 186+60+47=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C2F is #45C3D0. Grayscale: #606060. Windows color (decimal): -4572113 or 3095738. OLE color: 3095738.

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

Color convert

RGB1866047-
CMYK00.680.750.27
HSL5.61º59.66%45.69%-
HSV(B)5.61º74.73%72.94%-
XYZ22.3813.884.19-
YUV96.19100.24192.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.48%
GREEN value IS 60 (23.83% from 255) = 20.48%
BLUE value IS 47 (18.75% from 255) = 16.04%
R=63.48%
G=20.48%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186604700.680.750.275.6159.6645.69
HexBA3C2F0444B1B63c2e
Octal272745701041133367456
Binary1011101011110010111101000100100101111011110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3C2F; }

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

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

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

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

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

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

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

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