Html Css Color HEX #BA3B37 Medium Carmine

📋 copy color: '#BA3B37'

red 186 ◦ green 59 ◦ blue 55

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

Shades of Medium Carmine #BA3B37

Tints of Medium Carmine #BA3B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.33%

R = 62%
G = 19.67%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA3B37 (or 0xBA3B37) is known color: Medium Carmine. HEX triplet: BA, 3B and 37. RGB value is (186,59,55). Sum of RGB (Red+Green+Blue) = 186+59+55=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B37 is #45C4C8. Grayscale: #606060. Windows color (decimal): -4572361 or 3619770. OLE color: 3619770.

HSL color Cylindrical-coordinate representation of color #BA3B37: hue angle of 1.83º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3B37 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 59 55 -
CMYK 0 0.68 0.70 0.27
HSL 1.83º 0.54% 0.47% -
HSV(B) 1.83º 0.7% 0.73% -
XYZ 22.5 13.84 5.1 -
YUV 96.52 104.58 191.83 -
System Red Green Blue C M Y K H S L
Decimal 186 59 55 0 0.68 0.70 0.27 1.83 0.54 0.47
Hex BA 3B 37 0 44 46 1B 2 36 2F
Octal 272 73 67 0 104 106 33 2 66 57
Binary 10111010 111011 110111 0 1000100 1000110 11011 10 110110 101111

Color Harmonies of #BA3B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B37

Black with #BA3B37

Text Example


Text Example

White with #BA3B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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