Html Css Color HEX #BA4037 Medium Carmine

📋 copy color: '#BA4037'

red 186 ◦ green 64 ◦ blue 55

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

Shades of Medium Carmine #BA4037

Tints of Medium Carmine #BA4037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.98%

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

R = 60.98%
G = 20.98%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA4037 (or 0xBA4037) is known color: Medium Carmine. HEX triplet: BA, 40 and 37. RGB value is (186,64,55). Sum of RGB (Red+Green+Blue) = 186+64+55=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4037 is #45BFC8. Grayscale: #636363. Windows color (decimal): -4571081 or 3621050. OLE color: 3621050.

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

Color convert

RGB 186 64 55 -
CMYK 0 0.66 0.70 0.27
HSL 4.12º 0.54% 0.47% -
HSV(B) 4.12º 0.7% 0.73% -
XYZ 22.77 14.38 5.19 -
YUV 99.45 102.92 189.73 -
System Red Green Blue C M Y K H S L
Decimal 186 64 55 0 0.66 0.70 0.27 4.12 0.54 0.47
Hex BA 40 37 0 42 46 1B 4 36 2F
Octal 272 100 67 0 102 106 33 4 66 57
Binary 10111010 1000000 110111 0 1000010 1000110 11011 100 110110 101111

Color Harmonies of #BA4037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4037

Black with #BA4037

Text Example


Text Example

White with #BA4037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4037; }

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

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

background-color css

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

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

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

border-color css

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

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

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