Html Css Color HEX #BA412B Medium Carmine

📋 copy color: '#BA412B'

red 186 ◦ green 65 ◦ blue 43

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

Shades of Medium Carmine #BA412B

Tints of Medium Carmine #BA412B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.11%

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

R = 63.27%
G = 22.11%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA412B (or 0xBA412B) is known color: Medium Carmine. HEX triplet: BA, 41 and 2B. RGB value is (186,65,43). Sum of RGB (Red+Green+Blue) = 186+65+43=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA412B is #45BED4. Grayscale: #626262. Windows color (decimal): -4570837 or 2834874. OLE color: 2834874.

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

Color convert

RGB 186 65 43 -
CMYK 0 0.65 0.77 0.27
HSL 9.23º 0.62% 0.45% -
HSV(B) 9.23º 0.77% 0.73% -
XYZ 22.58 14.39 3.87 -
YUV 98.67 96.59 190.29 -
System Red Green Blue C M Y K H S L
Decimal 186 65 43 0 0.65 0.77 0.27 9.23 0.62 0.45
Hex BA 41 2B 0 41 4D 1B 9 3E 2D
Octal 272 101 53 0 101 115 33 11 76 55
Binary 10111010 1000001 101011 0 1000001 1001101 11011 1001 111110 101101

Color Harmonies of #BA412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA412B

Black with #BA412B

Text Example


Text Example

White with #BA412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA412B; }

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

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

background-color css

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

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

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

border-color css

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

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

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