Html Css Color HEX #BA372A Medium Carmine

📋 copy color: '#BA372A'

red 186 ◦ green 55 ◦ blue 42

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

Shades of Medium Carmine #BA372A

Tints of Medium Carmine #BA372A

RGB

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

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

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

R = 65.72%
G = 19.43%
B = 14.84%

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

#BA372A (or 0xBA372A) is known color: Medium Carmine. HEX triplet: BA, 37 and 2A. RGB value is (186,55,42). Sum of RGB (Red+Green+Blue) = 186+55+42=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA372A is #45C8D5. Grayscale: #5C5C5C. Windows color (decimal): -4573398 or 2766778. OLE color: 2766778.

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

Color convert

RGB 186 55 42 -
CMYK 0 0.70 0.77 0.27
HSL 5.42º 0.63% 0.45% -
HSV(B) 5.42º 0.77% 0.73% -
XYZ 22.03 13.34 3.6 -
YUV 92.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 186 55 42 0 0.70 0.77 0.27 5.42 0.63 0.45
Hex BA 37 2A 0 46 4D 1B 5 3F 2D
Octal 272 67 52 0 106 115 33 5 77 55
Binary 10111010 110111 101010 0 1000110 1001101 11011 101 111111 101101

Color Harmonies of #BA372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA372A

Black with #BA372A

Text Example


Text Example

White with #BA372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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