Html Css Color HEX #BA3734 Medium Carmine

📋 copy color: '#BA3734'

red 186 ◦ green 55 ◦ blue 52

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

Shades of Medium Carmine #BA3734

Tints of Medium Carmine #BA3734

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.77%

 BLUE value IS 52 (20.7% from 255) = 17.75%

R = 63.48%
G = 18.77%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA3734 (or 0xBA3734) is known color: Medium Carmine. HEX triplet: BA, 37 and 34. RGB value is (186,55,52). Sum of RGB (Red+Green+Blue) = 186+55+52=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3734 is #45C8CB. Grayscale: #5D5D5D. Windows color (decimal): -4573388 or 3422138. OLE color: 3422138.

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

Color convert

RGB 186 55 52 -
CMYK 0 0.70 0.72 0.27
HSL 1.34º 0.56% 0.47% -
HSV(B) 1.34º 0.72% 0.73% -
XYZ 22.24 13.42 4.67 -
YUV 93.83 104.4 193.74 -
System Red Green Blue C M Y K H S L
Decimal 186 55 52 0 0.70 0.72 0.27 1.34 0.56 0.47
Hex BA 37 34 0 46 48 1B 1 38 2F
Octal 272 67 64 0 106 110 33 1 70 57
Binary 10111010 110111 110100 0 1000110 1001000 11011 1 111000 101111

Color Harmonies of #BA3734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3734

Black with #BA3734

Text Example


Text Example

White with #BA3734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3734; }

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

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

background-color css

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

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

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

border-color css

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

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

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