Html Css Color HEX #BA4331 Medium Carmine

📋 copy color: '#BA4331'

red 186 ◦ green 67 ◦ blue 49

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

Shades of Medium Carmine #BA4331

Tints of Medium Carmine #BA4331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.19%

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

R = 61.59%
G = 22.19%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA4331 (or 0xBA4331) is known color: Medium Carmine. HEX triplet: BA, 43 and 31. RGB value is (186,67,49). Sum of RGB (Red+Green+Blue) = 186+67+49=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4331 is #45BCCE. Grayscale: #646464. Windows color (decimal): -4570319 or 3228602. OLE color: 3228602.

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

Color convert

RGB 186 67 49 -
CMYK 0 0.64 0.74 0.27
HSL 7.88º 0.58% 0.46% -
HSV(B) 7.88º 0.74% 0.73% -
XYZ 22.81 14.68 4.54 -
YUV 100.53 98.92 188.96 -
System Red Green Blue C M Y K H S L
Decimal 186 67 49 0 0.64 0.74 0.27 7.88 0.58 0.46
Hex BA 43 31 0 40 4A 1B 8 3A 2E
Octal 272 103 61 0 100 112 33 10 72 56
Binary 10111010 1000011 110001 0 1000000 1001010 11011 1000 111010 101110

Color Harmonies of #BA4331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4331

Black with #BA4331

Text Example


Text Example

White with #BA4331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4331; }

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

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

background-color css

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

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

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

border-color css

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

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

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