Html Css Color HEX #BA372C Medium Carmine

📋 copy color: '#BA372C'

red 186 ◦ green 55 ◦ blue 44

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

Shades of Medium Carmine #BA372C

Tints of Medium Carmine #BA372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 65.26%
G = 19.3%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA372C (or 0xBA372C) is known color: Medium Carmine. HEX triplet: BA, 37 and 2C. RGB value is (186,55,44). Sum of RGB (Red+Green+Blue) = 186+55+44=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA372C is #45C8D3. Grayscale: #5D5D5D. Windows color (decimal): -4573396 or 2897850. OLE color: 2897850.

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

Color convert

RGB 186 55 44 -
CMYK 0 0.70 0.76 0.27
HSL 4.65º 0.62% 0.45% -
HSV(B) 4.65º 0.76% 0.73% -
XYZ 22.07 13.35 3.8 -
YUV 92.92 100.4 194.39 -
System Red Green Blue C M Y K H S L
Decimal 186 55 44 0 0.70 0.76 0.27 4.65 0.62 0.45
Hex BA 37 2C 0 46 4C 1B 5 3E 2D
Octal 272 67 54 0 106 114 33 5 76 55
Binary 10111010 110111 101100 0 1000110 1001100 11011 101 111110 101101

Color Harmonies of #BA372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA372C

Black with #BA372C

Text Example


Text Example

White with #BA372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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