Html Css Color HEX #BA4437 Medium Carmine

📋 copy color: '#BA4437'

red 186 ◦ green 68 ◦ blue 55

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

Shades of Medium Carmine #BA4437

Tints of Medium Carmine #BA4437

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.01%

 BLUE value IS 55 (21.88% from 255) = 17.8%

R = 60.19%
G = 22.01%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA4437 (or 0xBA4437) is known color: Medium Carmine. HEX triplet: BA, 44 and 37. RGB value is (186,68,55). Sum of RGB (Red+Green+Blue) = 186+68+55=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4437 is #45BBC8. Grayscale: #656565. Windows color (decimal): -4570057 or 3622074. OLE color: 3622074.

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

Color convert

RGB 186 68 55 -
CMYK 0 0.63 0.70 0.27
HSL 5.95º 0.54% 0.47% -
HSV(B) 5.95º 0.7% 0.73% -
XYZ 23.01 14.85 5.27 -
YUV 101.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 186 68 55 0 0.63 0.70 0.27 5.95 0.54 0.47
Hex BA 44 37 0 3F 46 1B 6 36 2F
Octal 272 104 67 0 77 106 33 6 66 57
Binary 10111010 1000100 110111 0 111111 1000110 11011 110 110110 101111

Color Harmonies of #BA4437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4437

Black with #BA4437

Text Example


Text Example

White with #BA4437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4437; }

 p { color: rgb(186,68,55); }

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

background-color css

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

 a { background-color: rgb(186,68,55); }

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

border-color css

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

 span { border-color: rgb(186,68,55); }

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