Html Css Color HEX #BA372E Medium Carmine

📋 copy color: '#BA372E'

red 186 ◦ green 55 ◦ blue 46

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

Shades of Medium Carmine #BA372E

Tints of Medium Carmine #BA372E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.03%

R = 64.81%
G = 19.16%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA372E (or 0xBA372E) is known color: Medium Carmine. HEX triplet: BA, 37 and 2E. RGB value is (186,55,46). Sum of RGB (Red+Green+Blue) = 186+55+46=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA372E is #45C8D1. Grayscale: #5D5D5D. Windows color (decimal): -4573394 or 3028922. OLE color: 3028922.

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

Color convert

RGB 186 55 46 -
CMYK 0 0.70 0.75 0.27
HSL 3.86º 0.6% 0.45% -
HSV(B) 3.86º 0.75% 0.73% -
XYZ 22.11 13.37 4 -
YUV 93.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 186 55 46 0 0.70 0.75 0.27 3.86 0.6 0.45
Hex BA 37 2E 0 46 4B 1B 4 3C 2D
Octal 272 67 56 0 106 113 33 4 74 55
Binary 10111010 110111 101110 0 1000110 1001011 11011 100 111100 101101

Color Harmonies of #BA372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA372E

Black with #BA372E

Text Example


Text Example

White with #BA372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA372E; }

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

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

background-color css

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

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

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

border-color css

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

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

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