Html Css Color HEX #BA403F Medium Carmine

📋 copy color: '#BA403F'

red 186 ◦ green 64 ◦ blue 63

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

Shades of Medium Carmine #BA403F

Tints of Medium Carmine #BA403F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.45%

 BLUE value IS 63 (25% from 255) = 20.13%

R = 59.42%
G = 20.45%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA403F (or 0xBA403F) is known color: Medium Carmine. HEX triplet: BA, 40 and 3F. RGB value is (186,64,63). Sum of RGB (Red+Green+Blue) = 186+64+63=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA403F is #45BFC0. Grayscale: #646464. Windows color (decimal): -4571073 or 4145338. OLE color: 4145338.

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

Color convert

RGB 186 64 63 -
CMYK 0 0.66 0.66 0.27
HSL 0.49º 0.49% 0.49% -
HSV(B) 0.49º 0.66% 0.73% -
XYZ 22.98 14.46 6.28 -
YUV 100.36 106.92 189.08 -
System Red Green Blue C M Y K H S L
Decimal 186 64 63 0 0.66 0.66 0.27 0.49 0.49 0.49
Hex BA 40 3F 0 42 42 1B 0 31 31
Octal 272 100 77 0 102 102 33 0 61 61
Binary 10111010 1000000 111111 0 1000010 1000010 11011 0 110001 110001

Color Harmonies of #BA403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA403F

Black with #BA403F

Text Example


Text Example

White with #BA403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA403F; }

 p { color: rgb(186,64,63); }

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

background-color css

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

 a { background-color: rgb(186,64,63); }

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

border-color css

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

 span { border-color: rgb(186,64,63); }

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