Html Css Color HEX #BA4039 Medium Carmine

📋 copy color: '#BA4039'

red 186 ◦ green 64 ◦ blue 57

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

Shades of Medium Carmine #BA4039

Tints of Medium Carmine #BA4039

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.85%

 BLUE value IS 57 (22.66% from 255) = 18.57%

R = 60.59%
G = 20.85%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA4039 (or 0xBA4039) is known color: Medium Carmine. HEX triplet: BA, 40 and 39. RGB value is (186,64,57). Sum of RGB (Red+Green+Blue) = 186+64+57=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4039 is #45BFC6. Grayscale: #636363. Windows color (decimal): -4571079 or 3752122. OLE color: 3752122.

HSL color Cylindrical-coordinate representation of color #BA4039: hue angle of 3.26º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4039 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 64 57 -
CMYK 0 0.66 0.69 0.27
HSL 3.26º 0.53% 0.48% -
HSV(B) 3.26º 0.69% 0.73% -
XYZ 22.82 14.4 5.45 -
YUV 99.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 186 64 57 0 0.66 0.69 0.27 3.26 0.53 0.48
Hex BA 40 39 0 42 45 1B 3 35 30
Octal 272 100 71 0 102 105 33 3 65 60
Binary 10111010 1000000 111001 0 1000010 1000101 11011 11 110101 110000

Color Harmonies of #BA4039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4039

Black with #BA4039

Text Example


Text Example

White with #BA4039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4039; }

 p { color: rgb(186,64,57); }

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

background-color css

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

 a { background-color: rgb(186,64,57); }

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

border-color css

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

 span { border-color: rgb(186,64,57); }

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