Html Css Color HEX #BA342B Medium Carmine

📋 copy color: '#BA342B'

red 186 ◦ green 52 ◦ blue 43

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

Shades of Medium Carmine #BA342B

Tints of Medium Carmine #BA342B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.51%

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

R = 66.19%
G = 18.51%
B = 15.3%

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

#BA342B (or 0xBA342B) is known color: Medium Carmine. HEX triplet: BA, 34 and 2B. RGB value is (186,52,43). Sum of RGB (Red+Green+Blue) = 186+52+43=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA342B is #45CBD4. Grayscale: #5B5B5B. Windows color (decimal): -4574165 or 2831546. OLE color: 2831546.

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

Color convert

RGB 186 52 43 -
CMYK 0 0.72 0.77 0.27
HSL 3.78º 0.62% 0.45% -
HSV(B) 3.78º 0.77% 0.73% -
XYZ 21.91 13.07 3.65 -
YUV 91.04 100.89 195.73 -
System Red Green Blue C M Y K H S L
Decimal 186 52 43 0 0.72 0.77 0.27 3.78 0.62 0.45
Hex BA 34 2B 0 48 4D 1B 4 3E 2D
Octal 272 64 53 0 110 115 33 4 76 55
Binary 10111010 110100 101011 0 1001000 1001101 11011 100 111110 101101

Color Harmonies of #BA342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA342B

Black with #BA342B

Text Example


Text Example

White with #BA342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA342B; }

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

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

background-color css

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

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

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

border-color css

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

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

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