Html Css Color HEX #BA4228 Medium Carmine

📋 copy color: '#BA4228'

red 186 ◦ green 66 ◦ blue 40

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

Shades of Medium Carmine #BA4228

Tints of Medium Carmine #BA4228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.7%

R = 63.7%
G = 22.6%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA4228 (or 0xBA4228) is known color: Medium Carmine. HEX triplet: BA, 42 and 28. RGB value is (186,66,40). Sum of RGB (Red+Green+Blue) = 186+66+40=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4228 is #45BDD7. Grayscale: #636363. Windows color (decimal): -4570584 or 2638522. OLE color: 2638522.

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

Color convert

RGB 186 66 40 -
CMYK 0 0.65 0.78 0.27
HSL 10.68º 0.65% 0.44% -
HSV(B) 10.68º 0.78% 0.73% -
XYZ 22.58 14.49 3.61 -
YUV 98.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 186 66 40 0 0.65 0.78 0.27 10.68 0.65 0.44
Hex BA 42 28 0 41 4E 1B B 41 2C
Octal 272 102 50 0 101 116 33 13 101 54
Binary 10111010 1000010 101000 0 1000001 1001110 11011 1011 1000001 101100

Color Harmonies of #BA4228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4228

Black with #BA4228

Text Example


Text Example

White with #BA4228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4228; }

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

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

background-color css

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

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

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

border-color css

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

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

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