Html Css Color HEX #BA362B Medium Carmine

📋 copy color: '#BA362B'

red 186 ◦ green 54 ◦ blue 43

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

Shades of Medium Carmine #BA362B

Tints of Medium Carmine #BA362B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.08%

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

R = 65.72%
G = 19.08%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA362B (or 0xBA362B) is known color: Medium Carmine. HEX triplet: BA, 36 and 2B. RGB value is (186,54,43). Sum of RGB (Red+Green+Blue) = 186+54+43=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA362B is #45C9D4. Grayscale: #5C5C5C. Windows color (decimal): -4573653 or 2832058. OLE color: 2832058.

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

Color convert

RGB 186 54 43 -
CMYK 0 0.71 0.77 0.27
HSL 4.62º 0.62% 0.45% -
HSV(B) 4.62º 0.77% 0.73% -
XYZ 22 13.25 3.68 -
YUV 92.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 186 54 43 0 0.71 0.77 0.27 4.62 0.62 0.45
Hex BA 36 2B 0 47 4D 1B 5 3E 2D
Octal 272 66 53 0 107 115 33 5 76 55
Binary 10111010 110110 101011 0 1000111 1001101 11011 101 111110 101101

Color Harmonies of #BA362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA362B

Black with #BA362B

Text Example


Text Example

White with #BA362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA362B; }

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

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

background-color css

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

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

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

border-color css

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

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

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