Html Css Color HEX #BA4237 Medium Carmine

📋 copy color: '#BA4237'

red 186 ◦ green 66 ◦ blue 55

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

Shades of Medium Carmine #BA4237

Tints of Medium Carmine #BA4237

RGB

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

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

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

R = 60.59%
G = 21.5%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA4237 (or 0xBA4237) is known color: Medium Carmine. HEX triplet: BA, 42 and 37. RGB value is (186,66,55). Sum of RGB (Red+Green+Blue) = 186+66+55=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4237 is #45BDC8. Grayscale: #646464. Windows color (decimal): -4570569 or 3621562. OLE color: 3621562.

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

Color convert

RGB 186 66 55 -
CMYK 0 0.65 0.70 0.27
HSL 5.04º 0.54% 0.47% -
HSV(B) 5.04º 0.7% 0.73% -
XYZ 22.89 14.61 5.23 -
YUV 100.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 186 66 55 0 0.65 0.70 0.27 5.04 0.54 0.47
Hex BA 42 37 0 41 46 1B 5 36 2F
Octal 272 102 67 0 101 106 33 5 66 57
Binary 10111010 1000010 110111 0 1000001 1000110 11011 101 110110 101111

Color Harmonies of #BA4237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4237

Black with #BA4237

Text Example


Text Example

White with #BA4237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4237; }

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

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

background-color css

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

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

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

border-color css

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

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

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