Html Css Color HEX #BA4132 Medium Carmine

📋 copy color: '#BA4132'

red 186 ◦ green 65 ◦ blue 50

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

Shades of Medium Carmine #BA4132

Tints of Medium Carmine #BA4132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 61.79%
G = 21.59%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA4132 (or 0xBA4132) is known color: Medium Carmine. HEX triplet: BA, 41 and 32. RGB value is (186,65,50). Sum of RGB (Red+Green+Blue) = 186+65+50=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4132 is #45BECD. Grayscale: #636363. Windows color (decimal): -4570830 or 3293626. OLE color: 3293626.

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

Color convert

RGB 186 65 50 -
CMYK 0 0.65 0.73 0.27
HSL 6.62º 0.58% 0.46% -
HSV(B) 6.62º 0.73% 0.73% -
XYZ 22.72 14.45 4.61 -
YUV 99.47 100.09 189.72 -
System Red Green Blue C M Y K H S L
Decimal 186 65 50 0 0.65 0.73 0.27 6.62 0.58 0.46
Hex BA 41 32 0 41 49 1B 7 3A 2E
Octal 272 101 62 0 101 111 33 7 72 56
Binary 10111010 1000001 110010 0 1000001 1001001 11011 111 111010 101110

Color Harmonies of #BA4132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4132

Black with #BA4132

Text Example


Text Example

White with #BA4132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4132; }

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

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

background-color css

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

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

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

border-color css

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

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

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