#BA3C2A

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

Shades of Medium Carmine #BA3C2A

Tints of Medium Carmine #BA3C2A

Color information

#BA3C2A (or 0xBA3C2A) is unknown color: approx Medium Carmine. HEX triplet: BA, 3C and 2A. RGB value is (186,60,42). Sum of RGB (Red+Green+Blue) = 186+60+42=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C2A is #45C3D5. Grayscale: #5F5F5F. Windows color (decimal): -4572118 or 2768058. OLE color: 2768058.

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

Color convert

RGB1866042-
CMYK00.680.770.27
HSL7.5º63.16%44.71%-
HSV(B)7.5º77.42%72.94%-
XYZ22.2813.843.69-
YUV95.6297.74192.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.58%
GREEN value IS 60 (23.83% from 255) = 20.83%
BLUE value IS 42 (16.80% from 255) = 14.58%
R=64.58%
G=20.83%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186604200.680.770.277.563.1644.71
HexBA3C2A0444D1B83f2d
Octal2727452010411533107755
Binary10111010111100101010010001001001101110111000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3C2A; }

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

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

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

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

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

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

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

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