Html Css Color HEX #BA3B39 Medium Carmine

📋 copy color: '#BA3B39'

red 186 ◦ green 59 ◦ blue 57

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

Shades of Medium Carmine #BA3B39

Tints of Medium Carmine #BA3B39

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.54%

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

R = 61.59%
G = 19.54%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA3B39 (or 0xBA3B39) is known color: Medium Carmine. HEX triplet: BA, 3B and 39. RGB value is (186,59,57). Sum of RGB (Red+Green+Blue) = 186+59+57=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B39 is #45C4C6. Grayscale: #606060. Windows color (decimal): -4572359 or 3750842. OLE color: 3750842.

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

Color convert

RGB 186 59 57 -
CMYK 0 0.68 0.69 0.27
HSL 0.93º 0.53% 0.48% -
HSV(B) 0.93º 0.69% 0.73% -
XYZ 22.55 13.86 5.36 -
YUV 96.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 186 59 57 0 0.68 0.69 0.27 0.93 0.53 0.48
Hex BA 3B 39 0 44 45 1B 1 35 30
Octal 272 73 71 0 104 105 33 1 65 60
Binary 10111010 111011 111001 0 1000100 1000101 11011 1 110101 110000

Color Harmonies of #BA3B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B39

Black with #BA3B39

Text Example


Text Example

White with #BA3B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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