Html Css Color HEX #BA3731 Medium Carmine

📋 copy color: '#BA3731'

red 186 ◦ green 55 ◦ blue 49

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

Shades of Medium Carmine #BA3731

Tints of Medium Carmine #BA3731

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.97%

 BLUE value IS 49 (19.53% from 255) = 16.9%

R = 64.14%
G = 18.97%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA3731 (or 0xBA3731) is known color: Medium Carmine. HEX triplet: BA, 37 and 31. RGB value is (186,55,49). Sum of RGB (Red+Green+Blue) = 186+55+49=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3731 is #45C8CE. Grayscale: #5D5D5D. Windows color (decimal): -4573391 or 3225530. OLE color: 3225530.

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

Color convert

RGB 186 55 49 -
CMYK 0 0.70 0.74 0.27
HSL 2.63º 0.58% 0.46% -
HSV(B) 2.63º 0.74% 0.73% -
XYZ 22.17 13.39 4.32 -
YUV 93.49 102.9 193.99 -
System Red Green Blue C M Y K H S L
Decimal 186 55 49 0 0.70 0.74 0.27 2.63 0.58 0.46
Hex BA 37 31 0 46 4A 1B 3 3A 2E
Octal 272 67 61 0 106 112 33 3 72 56
Binary 10111010 110111 110001 0 1000110 1001010 11011 11 111010 101110

Color Harmonies of #BA3731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3731

Black with #BA3731

Text Example


Text Example

White with #BA3731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3731; }

 p { color: rgb(186,55,49); }

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

background-color css

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

 a { background-color: rgb(186,55,49); }

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

border-color css

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

 span { border-color: rgb(186,55,49); }

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