Html Css Color HEX #BA3631 Medium Carmine

📋 copy color: '#BA3631'

red 186 ◦ green 54 ◦ blue 49

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

Shades of Medium Carmine #BA3631

Tints of Medium Carmine #BA3631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.69%

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

R = 64.36%
G = 18.69%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA3631 (or 0xBA3631) is known color: Medium Carmine. HEX triplet: BA, 36 and 31. RGB value is (186,54,49). Sum of RGB (Red+Green+Blue) = 186+54+49=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3631 is #45C9CE. Grayscale: #5D5D5D. Windows color (decimal): -4573647 or 3225274. OLE color: 3225274.

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

Color convert

RGB 186 54 49 -
CMYK 0 0.71 0.74 0.27
HSL 2.19º 0.58% 0.46% -
HSV(B) 2.19º 0.74% 0.73% -
XYZ 22.12 13.3 4.31 -
YUV 92.9 103.23 194.41 -
System Red Green Blue C M Y K H S L
Decimal 186 54 49 0 0.71 0.74 0.27 2.19 0.58 0.46
Hex BA 36 31 0 47 4A 1B 2 3A 2E
Octal 272 66 61 0 107 112 33 2 72 56
Binary 10111010 110110 110001 0 1000111 1001010 11011 10 111010 101110

Color Harmonies of #BA3631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3631

Black with #BA3631

Text Example


Text Example

White with #BA3631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3631; }

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

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

background-color css

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

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

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

border-color css

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

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

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