Html Css Color HEX #BA3632 Medium Carmine

📋 copy color: '#BA3632'

red 186 ◦ green 54 ◦ blue 50

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

Shades of Medium Carmine #BA3632

Tints of Medium Carmine #BA3632

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.62%

 BLUE value IS 50 (19.92% from 255) = 17.24%

R = 64.14%
G = 18.62%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA3632 (or 0xBA3632) is known color: Medium Carmine. HEX triplet: BA, 36 and 32. RGB value is (186,54,50). Sum of RGB (Red+Green+Blue) = 186+54+50=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3632 is #45C9CD. Grayscale: #5D5D5D. Windows color (decimal): -4573646 or 3290810. OLE color: 3290810.

HSL color Cylindrical-coordinate representation of color #BA3632: hue angle of 1.76º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3632 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 54 50 -
CMYK 0 0.71 0.73 0.27
HSL 1.76º 0.58% 0.46% -
HSV(B) 1.76º 0.73% 0.73% -
XYZ 22.14 13.31 4.42 -
YUV 93.01 103.73 194.33 -
System Red Green Blue C M Y K H S L
Decimal 186 54 50 0 0.71 0.73 0.27 1.76 0.58 0.46
Hex BA 36 32 0 47 49 1B 2 3A 2E
Octal 272 66 62 0 107 111 33 2 72 56
Binary 10111010 110110 110010 0 1000111 1001001 11011 10 111010 101110

Color Harmonies of #BA3632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3632

Black with #BA3632

Text Example


Text Example

White with #BA3632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3632; }

 p { color: rgb(186,54,50); }

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

background-color css

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

 a { background-color: rgb(186,54,50); }

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

border-color css

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

 span { border-color: rgb(186,54,50); }

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