Html Css Color HEX #BA3A2C Medium Carmine

📋 copy color: '#BA3A2C'

red 186 ◦ green 58 ◦ blue 44

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

Shades of Medium Carmine #BA3A2C

Tints of Medium Carmine #BA3A2C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.14%

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

R = 64.58%
G = 20.14%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA3A2C (or 0xBA3A2C) is known color: Medium Carmine. HEX triplet: BA, 3A and 2C. RGB value is (186,58,44). Sum of RGB (Red+Green+Blue) = 186+58+44=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A2C is #45C5D3. Grayscale: #5E5E5E. Windows color (decimal): -4572628 or 2898618. OLE color: 2898618.

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

Color convert

RGB 186 58 44 -
CMYK 0 0.69 0.76 0.27
HSL 5.92º 0.62% 0.45% -
HSV(B) 5.92º 0.76% 0.73% -
XYZ 22.22 13.65 3.85 -
YUV 94.68 99.41 193.14 -
System Red Green Blue C M Y K H S L
Decimal 186 58 44 0 0.69 0.76 0.27 5.92 0.62 0.45
Hex BA 3A 2C 0 45 4C 1B 6 3E 2D
Octal 272 72 54 0 105 114 33 6 76 55
Binary 10111010 111010 101100 0 1000101 1001100 11011 110 111110 101101

Color Harmonies of #BA3A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A2C

Black with #BA3A2C

Text Example


Text Example

White with #BA3A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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