Html Css Color HEX #BA413C Medium Carmine

📋 copy color: '#BA413C'

red 186 ◦ green 65 ◦ blue 60

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

Shades of Medium Carmine #BA413C

Tints of Medium Carmine #BA413C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 59.81%
G = 20.9%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA413C (or 0xBA413C) is known color: Medium Carmine. HEX triplet: BA, 41 and 3C. RGB value is (186,65,60). Sum of RGB (Red+Green+Blue) = 186+65+60=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA413C is #45BEC3. Grayscale: #646464. Windows color (decimal): -4570820 or 3948986. OLE color: 3948986.

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

Color convert

RGB 186 65 60 -
CMYK 0 0.65 0.68 0.27
HSL 2.38º 0.51% 0.48% -
HSV(B) 2.38º 0.68% 0.73% -
XYZ 22.96 14.55 5.87 -
YUV 100.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 186 65 60 0 0.65 0.68 0.27 2.38 0.51 0.48
Hex BA 41 3C 0 41 44 1B 2 33 30
Octal 272 101 74 0 101 104 33 2 63 60
Binary 10111010 1000001 111100 0 1000001 1000100 11011 10 110011 110000

Color Harmonies of #BA413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA413C

Black with #BA413C

Text Example


Text Example

White with #BA413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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