Html Css Color HEX #BA4226 Medium Carmine

📋 copy color: '#BA4226'

red 186 ◦ green 66 ◦ blue 38

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

Shades of Medium Carmine #BA4226

Tints of Medium Carmine #BA4226

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.76%

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

R = 64.14%
G = 22.76%
B = 13.1%

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

#BA4226 (or 0xBA4226) is known color: Medium Carmine. HEX triplet: BA, 42 and 26. RGB value is (186,66,38). Sum of RGB (Red+Green+Blue) = 186+66+38=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4226 is #45BDD9. Grayscale: #626262. Windows color (decimal): -4570586 or 2507450. OLE color: 2507450.

HSL color Cylindrical-coordinate representation of color #BA4226: hue angle of 11.35º 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 #BA4226 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 66 38 -
CMYK 0 0.65 0.80 0.27
HSL 11.35º 0.66% 0.44% -
HSV(B) 11.35º 0.8% 0.73% -
XYZ 22.55 14.48 3.44 -
YUV 98.69 93.76 190.28 -
System Red Green Blue C M Y K H S L
Decimal 186 66 38 0 0.65 0.80 0.27 11.35 0.66 0.44
Hex BA 42 26 0 41 50 1B B 42 2C
Octal 272 102 46 0 101 120 33 13 102 54
Binary 10111010 1000010 100110 0 1000001 1010000 11011 1011 1000010 101100

Color Harmonies of #BA4226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4226

Black with #BA4226

Text Example


Text Example

White with #BA4226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4226; }

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

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

background-color css

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

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

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

border-color css

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

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

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