Html Css Color HEX #BA352B Medium Carmine

📋 copy color: '#BA352B'

red 186 ◦ green 53 ◦ blue 43

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

Shades of Medium Carmine #BA352B

Tints of Medium Carmine #BA352B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.79%

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

R = 65.96%
G = 18.79%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA352B (or 0xBA352B) is known color: Medium Carmine. HEX triplet: BA, 35 and 2B. RGB value is (186,53,43). Sum of RGB (Red+Green+Blue) = 186+53+43=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA352B is #45CAD4. Grayscale: #5B5B5B. Windows color (decimal): -4573909 or 2831802. OLE color: 2831802.

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

Color convert

RGB 186 53 43 -
CMYK 0 0.72 0.77 0.27
HSL 4.2º 0.62% 0.45% -
HSV(B) 4.2º 0.77% 0.73% -
XYZ 21.96 13.16 3.67 -
YUV 91.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 186 53 43 0 0.72 0.77 0.27 4.2 0.62 0.45
Hex BA 35 2B 0 48 4D 1B 4 3E 2D
Octal 272 65 53 0 110 115 33 4 76 55
Binary 10111010 110101 101011 0 1001000 1001101 11011 100 111110 101101

Color Harmonies of #BA352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA352B

Black with #BA352B

Text Example


Text Example

White with #BA352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA352B; }

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

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

background-color css

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

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

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

border-color css

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

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

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