Html Css Color HEX #BA372B Medium Carmine

📋 copy color: '#BA372B'

red 186 ◦ green 55 ◦ blue 43

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

Shades of Medium Carmine #BA372B

Tints of Medium Carmine #BA372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 65.49%
G = 19.37%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA372B (or 0xBA372B) is known color: Medium Carmine. HEX triplet: BA, 37 and 2B. RGB value is (186,55,43). Sum of RGB (Red+Green+Blue) = 186+55+43=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA372B is #45C8D4. Grayscale: #5C5C5C. Windows color (decimal): -4573397 or 2832314. OLE color: 2832314.

HSL color Cylindrical-coordinate representation of color #BA372B: hue angle of 5.03º degrees, saturation: 0.62, 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 #BA372B is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 43 -
CMYK 0 0.70 0.77 0.27
HSL 5.03º 0.62% 0.45% -
HSV(B) 5.03º 0.77% 0.73% -
XYZ 22.05 13.35 3.7 -
YUV 92.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 186 55 43 0 0.70 0.77 0.27 5.03 0.62 0.45
Hex BA 37 2B 0 46 4D 1B 5 3E 2D
Octal 272 67 53 0 106 115 33 5 76 55
Binary 10111010 110111 101011 0 1000110 1001101 11011 101 111110 101101

Color Harmonies of #BA372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA372B

Black with #BA372B

Text Example


Text Example

White with #BA372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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