Html Css Color HEX #BA4339 Medium Carmine

📋 copy color: '#BA4339'

red 186 ◦ green 67 ◦ blue 57

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

Shades of Medium Carmine #BA4339

Tints of Medium Carmine #BA4339

RGB

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

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

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

R = 60%
G = 21.61%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA4339 (or 0xBA4339) is known color: Medium Carmine. HEX triplet: BA, 43 and 39. RGB value is (186,67,57). Sum of RGB (Red+Green+Blue) = 186+67+57=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4339 is #45BCC6. Grayscale: #656565. Windows color (decimal): -4570311 or 3752890. OLE color: 3752890.

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

Color convert

RGB 186 67 57 -
CMYK 0 0.64 0.69 0.27
HSL 4.65º 0.53% 0.48% -
HSV(B) 4.65º 0.69% 0.73% -
XYZ 23 14.75 5.51 -
YUV 101.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 186 67 57 0 0.64 0.69 0.27 4.65 0.53 0.48
Hex BA 43 39 0 40 45 1B 5 35 30
Octal 272 103 71 0 100 105 33 5 65 60
Binary 10111010 1000011 111001 0 1000000 1000101 11011 101 110101 110000

Color Harmonies of #BA4339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4339

Black with #BA4339

Text Example


Text Example

White with #BA4339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4339; }

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

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

background-color css

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

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

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

border-color css

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

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

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