Html Css Color HEX #BA413A Medium Carmine

📋 copy color: '#BA413A'

red 186 ◦ green 65 ◦ blue 58

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

Shades of Medium Carmine #BA413A

Tints of Medium Carmine #BA413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.77%

R = 60.19%
G = 21.04%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA413A (or 0xBA413A) is known color: Medium Carmine. HEX triplet: BA, 41 and 3A. RGB value is (186,65,58). Sum of RGB (Red+Green+Blue) = 186+65+58=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA413A is #45BEC5. Grayscale: #646464. Windows color (decimal): -4570822 or 3817914. OLE color: 3817914.

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

Color convert

RGB 186 65 58 -
CMYK 0 0.65 0.69 0.27
HSL 3.28º 0.52% 0.48% -
HSV(B) 3.28º 0.69% 0.73% -
XYZ 22.9 14.53 5.6 -
YUV 100.38 104.09 189.07 -
System Red Green Blue C M Y K H S L
Decimal 186 65 58 0 0.65 0.69 0.27 3.28 0.52 0.48
Hex BA 41 3A 0 41 45 1B 3 34 30
Octal 272 101 72 0 101 105 33 3 64 60
Binary 10111010 1000001 111010 0 1000001 1000101 11011 11 110100 110000

Color Harmonies of #BA413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA413A

Black with #BA413A

Text Example


Text Example

White with #BA413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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