Html Css Color HEX #BA4131 Medium Carmine

📋 copy color: '#BA4131'

red 186 ◦ green 65 ◦ blue 49

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

Shades of Medium Carmine #BA4131

Tints of Medium Carmine #BA4131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.67%

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

R = 62%
G = 21.67%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA4131 (or 0xBA4131) is known color: Medium Carmine. HEX triplet: BA, 41 and 31. RGB value is (186,65,49). Sum of RGB (Red+Green+Blue) = 186+65+49=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4131 is #45BECE. Grayscale: #636363. Windows color (decimal): -4570831 or 3228090. OLE color: 3228090.

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

Color convert

RGB 186 65 49 -
CMYK 0 0.65 0.74 0.27
HSL 7.01º 0.58% 0.46% -
HSV(B) 7.01º 0.74% 0.73% -
XYZ 22.69 14.44 4.5 -
YUV 99.36 99.59 189.8 -
System Red Green Blue C M Y K H S L
Decimal 186 65 49 0 0.65 0.74 0.27 7.01 0.58 0.46
Hex BA 41 31 0 41 4A 1B 7 3A 2E
Octal 272 101 61 0 101 112 33 7 72 56
Binary 10111010 1000001 110001 0 1000001 1001010 11011 111 111010 101110

Color Harmonies of #BA4131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4131

Black with #BA4131

Text Example


Text Example

White with #BA4131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4131; }

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

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

background-color css

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

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

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

border-color css

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

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

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