Html Css Color HEX #BA392A Medium Carmine

📋 copy color: '#BA392A'

red 186 ◦ green 57 ◦ blue 42

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

Shades of Medium Carmine #BA392A

Tints of Medium Carmine #BA392A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.74%

R = 65.26%
G = 20%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA392A (or 0xBA392A) is known color: Medium Carmine. HEX triplet: BA, 39 and 2A. RGB value is (186,57,42). Sum of RGB (Red+Green+Blue) = 186+57+42=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA392A is #45C6D5. Grayscale: #5E5E5E. Windows color (decimal): -4572886 or 2767290. OLE color: 2767290.

HSL color Cylindrical-coordinate representation of color #BA392A: hue angle of 6.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA392A is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 57 42 -
CMYK 0 0.69 0.77 0.27
HSL 6.25º 0.63% 0.45% -
HSV(B) 6.25º 0.77% 0.73% -
XYZ 22.13 13.53 3.64 -
YUV 93.86 98.74 193.72 -
System Red Green Blue C M Y K H S L
Decimal 186 57 42 0 0.69 0.77 0.27 6.25 0.63 0.45
Hex BA 39 2A 0 45 4D 1B 6 3F 2D
Octal 272 71 52 0 105 115 33 6 77 55
Binary 10111010 111001 101010 0 1000101 1001101 11011 110 111111 101101

Color Harmonies of #BA392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA392A

Black with #BA392A

Text Example


Text Example

White with #BA392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA392A; }

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

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

background-color css

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

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

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

border-color css

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

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

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