Html Css Color HEX #BA3932 Medium Carmine

📋 copy color: '#BA3932'

red 186 ◦ green 57 ◦ blue 50

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

Shades of Medium Carmine #BA3932

Tints of Medium Carmine #BA3932

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.45%

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

R = 63.48%
G = 19.45%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA3932 (or 0xBA3932) is known color: Medium Carmine. HEX triplet: BA, 39 and 32. RGB value is (186,57,50). Sum of RGB (Red+Green+Blue) = 186+57+50=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3932 is #45C6CD. Grayscale: #5E5E5E. Windows color (decimal): -4572878 or 3291578. OLE color: 3291578.

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

Color convert

RGB 186 57 50 -
CMYK 0 0.69 0.73 0.27
HSL 3.09º 0.58% 0.46% -
HSV(B) 3.09º 0.73% 0.73% -
XYZ 22.29 13.6 4.47 -
YUV 94.77 102.74 193.07 -
System Red Green Blue C M Y K H S L
Decimal 186 57 50 0 0.69 0.73 0.27 3.09 0.58 0.46
Hex BA 39 32 0 45 49 1B 3 3A 2E
Octal 272 71 62 0 105 111 33 3 72 56
Binary 10111010 111001 110010 0 1000101 1001001 11011 11 111010 101110

Color Harmonies of #BA3932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3932

Black with #BA3932

Text Example


Text Example

White with #BA3932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3932; }

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

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

background-color css

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

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

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

border-color css

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

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

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