Html Css Color HEX #BA3C2C Medium Carmine

📋 copy color: '#BA3C2C'

red 186 ◦ green 60 ◦ blue 44

#BA3C2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #BA3C2C

Tints of Medium Carmine #BA3C2C

RGB

 RED value IS 186 (73.05% from 255) = 64.14%

 GREEN value IS 60 (23.83% from 255) = 20.69%

 BLUE value IS 44 (17.58% from 255) = 15.17%

R = 64.14%
G = 20.69%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA3C2C (or 0xBA3C2C) is known color: Medium Carmine. HEX triplet: BA, 3C and 2C. RGB value is (186,60,44). Sum of RGB (Red+Green+Blue) = 186+60+44=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C2C is #45C3D3. Grayscale: #606060. Windows color (decimal): -4572116 or 2899130. OLE color: 2899130.

HSL color Cylindrical-coordinate representation of color #BA3C2C: hue angle of 6.76º 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 #BA3C2C is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 60 44 -
CMYK 0 0.68 0.76 0.27
HSL 6.76º 0.62% 0.45% -
HSV(B) 6.76º 0.76% 0.73% -
XYZ 22.32 13.85 3.88 -
YUV 95.85 98.74 192.3 -
System Red Green Blue C M Y K H S L
Decimal 186 60 44 0 0.68 0.76 0.27 6.76 0.62 0.45
Hex BA 3C 2C 0 44 4C 1B 7 3E 2D
Octal 272 74 54 0 104 114 33 7 76 55
Binary 10111010 111100 101100 0 1000100 1001100 11011 111 111110 101101

Color Harmonies of #BA3C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C2C

Black with #BA3C2C

Text Example


Text Example

White with #BA3C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C2C; }

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

 H1.HeaderClassName
 {
   color: #BA3C2C;
 }
 .AnyTagClassName
 {
   color: #BA3C2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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