Html Css Color HEX #BA3D2C Medium Carmine

📋 copy color: '#BA3D2C'

red 186 ◦ green 61 ◦ blue 44

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

Shades of Medium Carmine #BA3D2C

Tints of Medium Carmine #BA3D2C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.96%

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

R = 63.92%
G = 20.96%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA3D2C (or 0xBA3D2C) is known color: Medium Carmine. HEX triplet: BA, 3D and 2C. RGB value is (186,61,44). Sum of RGB (Red+Green+Blue) = 186+61+44=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D2C is #45C2D3. Grayscale: #606060. Windows color (decimal): -4571860 or 2899386. OLE color: 2899386.

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

Color convert

RGB 186 61 44 -
CMYK 0 0.67 0.76 0.27
HSL 7.18º 0.62% 0.45% -
HSV(B) 7.18º 0.76% 0.73% -
XYZ 22.37 13.96 3.9 -
YUV 96.44 98.41 191.88 -
System Red Green Blue C M Y K H S L
Decimal 186 61 44 0 0.67 0.76 0.27 7.18 0.62 0.45
Hex BA 3D 2C 0 43 4C 1B 7 3E 2D
Octal 272 75 54 0 103 114 33 7 76 55
Binary 10111010 111101 101100 0 1000011 1001100 11011 111 111110 101101

Color Harmonies of #BA3D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D2C

Black with #BA3D2C

Text Example


Text Example

White with #BA3D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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