Html Css Color HEX #BA4126 Medium Carmine

📋 copy color: '#BA4126'

red 186 ◦ green 65 ◦ blue 38

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

Shades of Medium Carmine #BA4126

Tints of Medium Carmine #BA4126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.15%

R = 64.36%
G = 22.49%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA4126 (or 0xBA4126) is known color: Medium Carmine. HEX triplet: BA, 41 and 26. RGB value is (186,65,38). Sum of RGB (Red+Green+Blue) = 186+65+38=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4126 is #45BED9. Grayscale: #626262. Windows color (decimal): -4570842 or 2507194. OLE color: 2507194.

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

Color convert

RGB 186 65 38 -
CMYK 0 0.65 0.80 0.27
HSL 10.95º 0.66% 0.44% -
HSV(B) 10.95º 0.8% 0.73% -
XYZ 22.49 14.36 3.42 -
YUV 98.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 186 65 38 0 0.65 0.80 0.27 10.95 0.66 0.44
Hex BA 41 26 0 41 50 1B B 42 2C
Octal 272 101 46 0 101 120 33 13 102 54
Binary 10111010 1000001 100110 0 1000001 1010000 11011 1011 1000010 101100

Color Harmonies of #BA4126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4126

Black with #BA4126

Text Example


Text Example

White with #BA4126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4126; }

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

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

background-color css

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

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

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

border-color css

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

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

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