Html Css Color HEX #BA412D Medium Carmine

📋 copy color: '#BA412D'

red 186 ◦ green 65 ◦ blue 45

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

Shades of Medium Carmine #BA412D

Tints of Medium Carmine #BA412D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.2%

R = 62.84%
G = 21.96%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA412D (or 0xBA412D) is known color: Medium Carmine. HEX triplet: BA, 41 and 2D. RGB value is (186,65,45). Sum of RGB (Red+Green+Blue) = 186+65+45=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA412D is #45BED2. Grayscale: #636363. Windows color (decimal): -4570835 or 2965946. OLE color: 2965946.

HSL color Cylindrical-coordinate representation of color #BA412D: hue angle of 8.51º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA412D is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 65 45 -
CMYK 0 0.65 0.76 0.27
HSL 8.51º 0.61% 0.45% -
HSV(B) 8.51º 0.76% 0.73% -
XYZ 22.61 14.41 4.07 -
YUV 98.9 97.59 190.13 -
System Red Green Blue C M Y K H S L
Decimal 186 65 45 0 0.65 0.76 0.27 8.51 0.61 0.45
Hex BA 41 2D 0 41 4C 1B 9 3D 2D
Octal 272 101 55 0 101 114 33 11 75 55
Binary 10111010 1000001 101101 0 1000001 1001100 11011 1001 111101 101101

Color Harmonies of #BA412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA412D

Black with #BA412D

Text Example


Text Example

White with #BA412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA412D; }

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

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

background-color css

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

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

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

border-color css

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

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

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