Html Css Color HEX #BA4138 Medium Carmine

📋 copy color: '#BA4138'

red 186 ◦ green 65 ◦ blue 56

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

Shades of Medium Carmine #BA4138

Tints of Medium Carmine #BA4138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.24%

R = 60.59%
G = 21.17%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA4138 (or 0xBA4138) is known color: Medium Carmine. HEX triplet: BA, 41 and 38. RGB value is (186,65,56). Sum of RGB (Red+Green+Blue) = 186+65+56=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4138 is #45BEC7. Grayscale: #646464. Windows color (decimal): -4570824 or 3686842. OLE color: 3686842.

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

Color convert

RGB 186 65 56 -
CMYK 0 0.65 0.70 0.27
HSL 4.15º 0.54% 0.47% -
HSV(B) 4.15º 0.7% 0.73% -
XYZ 22.85 14.51 5.34 -
YUV 100.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 186 65 56 0 0.65 0.70 0.27 4.15 0.54 0.47
Hex BA 41 38 0 41 46 1B 4 36 2F
Octal 272 101 70 0 101 106 33 4 66 57
Binary 10111010 1000001 111000 0 1000001 1000110 11011 100 110110 101111

Color Harmonies of #BA4138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4138

Black with #BA4138

Text Example


Text Example

White with #BA4138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4138; }

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

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

background-color css

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

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

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

border-color css

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

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

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